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
// TIP: `output: 'export'` does the same as the deprecated `next export` command. It will generate static HTML files in the `out` directory when you run `npm run build`. You can use these files to deploy your static site. To test the static export in development, run `npx serve@latest out` after `npm run build`.