Skip to content

Commit

Permalink
correcting optmize img
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo authored and Marcelo committed Feb 15, 2024
1 parent 71528ca commit 2c31e37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
*/
const nextConfig = {
output: 'export',

images: {
unoptimized: true,
},
}

module.exports = nextConfig

0 comments on commit 2c31e37

Please sign in to comment.