Skip to content

Commit

Permalink
Fix Next.js v14 export command breaking change (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Almo7aya authored Oct 31, 2023
1 parent 9f36968 commit 7f4c14e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const nextConfig = {
images: {
unoptimized: true,
},
output: "export",
}

module.exports = nextConfig
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"next-start": "cross-env BROWSER=none next dev",
"next-build": "next build && next export",
"next-build": "next build",
"tauri": "tauri",
"build": "tauri build",
"dev": "tauri dev",
Expand Down

0 comments on commit 7f4c14e

Please sign in to comment.