Skip to content

Commit

Permalink
feat changes needed for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kareraolivier committed Mar 15, 2024
1 parent e2ab8ca commit 967fc74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
const nextConfig = {
reactStrictMode: false,
output: "export",
images: {
unoptimized: true,
},
};

export default nextConfig;

0 comments on commit 967fc74

Please sign in to comment.