Skip to content

Commit

Permalink
reactStrictMode true:
Browse files Browse the repository at this point in the history
  • Loading branch information
zobkazi committed Nov 27, 2024
1 parent c7536f5 commit f7da3f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true
reactStrictMode: true,
};

module.exports = nextConfig;
export default nextConfig;

0 comments on commit f7da3f9

Please sign in to comment.