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 e4ec32a commit 7c5a657
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
output: "export",
reactStrictMode: true,
};
module.exports = nextConfig;

export default nextConfig;

0 comments on commit 7c5a657

Please sign in to comment.