[go: nahoru, domu]

Skip to content

Commit

Permalink
chore: move next export to config
Browse files Browse the repository at this point in the history
  • Loading branch information
nallenscott committed Jun 30, 2023
1 parent 4983346 commit 0503b75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions example/next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
output: 'export'
}

module.exports = nextConfig
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build && next export",
"build": "next build",
"develop": "next dev",
"refresh": "yarn install --force",
"start": "next start",
Expand Down

0 comments on commit 0503b75

Please sign in to comment.