Skip to content

Commit

Permalink
disable reactStrictMode
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Mar 3, 2024
1 parent 0e6eda8 commit 5880769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = { output: "export" };
const nextConfig = { output: "export", reactStrictMode: false };

export default nextConfig;

0 comments on commit 5880769

Please sign in to comment.