Skip to content

Commit

Permalink
Remove export
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanNavasJN committed Jul 5, 2023
1 parent 59fd622 commit 3f33b57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ const nextConfig = {
reactStrictMode: true,
images: {
unoptimized: true
},
output: 'export'
}
};

module.exports = nextConfig;

0 comments on commit 3f33b57

Please sign in to comment.