Skip to content

Commit

Permalink
chore: Remove reactStrictMode from next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
seheon99 committed Jun 27, 2024
1 parent 3451321 commit aa77241
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
compiler: {
emotion: true,
},
Expand Down

0 comments on commit aa77241

Please sign in to comment.