Skip to content

Commit

Permalink
fix: changing the deployment branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
kareraolivier committed Mar 18, 2024
1 parent f72b065 commit e23bc93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
const nextConfig = {
reactStrictMode: false,
output: "export",
images: {
unoptimized: true,
},
};

module.exports = nextConfig;

0 comments on commit e23bc93

Please sign in to comment.