Can you render a bundle in next.js and then serve it from a fastify server?
Unanswered
Kerry Ann posted this in #help-forum
I just want to make sure that I have this correct in my head.
Do Next.js sites have to use Next.js to serve them (esp. for SSR) or can Next.js export a bundle that, say, could be accessed from a Fastify server and served from a Fastify server to the web?
Do Next.js sites have to use Next.js to serve them (esp. for SSR) or can Next.js export a bundle that, say, could be accessed from a Fastify server and served from a Fastify server to the web?