Closed sirAvent closed 1 year ago
In Next.js v13.3.0, next export is deprecated and replaced with "output": "export"
next export
"output": "export"
Instead, running next build, generates an HTML file per route. https://nextjs.org/docs/app/building-your-application/deploying/static-exports
next build
Summary
In Next.js v13.3.0,
next export
is deprecated and replaced with"output": "export"
Instead, running
next build
, generates an HTML file per route. https://nextjs.org/docs/app/building-your-application/deploying/static-exports