Skip to content

Commit

Permalink
next.config.js update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-mmeza committed Jan 27, 2024
1 parent 622a1cd commit d5be56d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# next.js
/.next/
/out/
/dist/

# production
/build
Expand Down
5 changes: 3 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
*/
const nextConfig = {
output: 'export',
experimental: {
appDir: true,
distDir: 'dist',
images: {
unoptimized: true,
},
}

Expand Down

0 comments on commit d5be56d

Please sign in to comment.