You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2024. It is now read-only.
To be fixed in new version. @msmyers the nextjs version won't be chaned. It doesn't make sense to use nextjs for static build when you can use the vite version.
Describe the bug
To Reproduce
Steps to reproduce the behavior:
yarn build && yarn surge
Expected behavior
I expected the website to load.
Screenshots
If applicable, add screenshots to help explain your problem.
Fix:
nextjs
nextjs-app-ts/package.json
to say"build": "yarn build:anttheme && next build && next export -o dist",
(add "export -o dist
")"surge": "yarn surge dist",
vite
process is not defined
vitejs/vite#161The text was updated successfully, but these errors were encountered: