Comment by latchkey Comment by latchkey 8 hours ago 1 reply Copy Link View on Hacker News Interesting. Yea, I didn't want a worker, just a static html page with my javascript.
Copy Link kcrwfrd_ 7 hours ago Collapse Comment - You need to configure it for static export if that’s what you want: https://nextjs.org/docs/app/guides/static-exportsBut this won’t support all framework features. The default expectation for Next.js is with a server runtime for SSR. Reply View | 0 replies
You need to configure it for static export if that’s what you want: https://nextjs.org/docs/app/guides/static-exports
But this won’t support all framework features. The default expectation for Next.js is with a server runtime for SSR.