Skip to content

Commit

Permalink
ref: disable reactstrict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouria-Hjt committed Jun 28, 2024
1 parent 1bbe23b commit f818fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export", // <=== enables static exports
reactStrictMode: true,
// reactStrictMode: true,
images: { unoptimized: true },
};

Expand Down

0 comments on commit f818fad

Please sign in to comment.