We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddf7735 + 999cc8c commit 4a0b917Copy full SHA for 4a0b917
next.config.mjs
@@ -11,7 +11,7 @@ const bundleAnalyzer = withBundleAnalyzer({
11
* @type {import('next').NextConfig}
12
*/
13
const nextConfig = {
14
- reactStricMode: true,
+ reactStrictMode: true,
15
workbox: {
16
// enable: process.env.NODE_ENV !== 'production',
17
enable: process.env.NEXT_PUBLIC_ENABLE_SERVICE_WORKER === 'true',
0 commit comments