Static Export with Next.js
1/2/2023
Static Export
Next.js allows you to export your app as static HTML files.
How it works
Just run next build with output: 'export' in your config.
Next.js allows you to export your app as static HTML files.
Just run next build with output: 'export' in your config.