Skip to content

Commit

Permalink
fix: images config
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain-Brement committed Oct 19, 2023
1 parent 5307719 commit 2e50d7d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions emile-magique/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ const isProd = process.env.NODE_ENV === "production";
const nextConfig = {
output: "export",
assetPrefix: isProd ? "https://lamobilery.github.io/emile-magique/" : undefined,
images: {
unoptimized: true,
},
};

module.exports = nextConfig;

0 comments on commit 2e50d7d

Please sign in to comment.