Skip to content

Commit 4a0b917

Browse files
authored
Merge pull request #85 from sovattha/master
Fix another typo
2 parents ddf7735 + 999cc8c commit 4a0b917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const bundleAnalyzer = withBundleAnalyzer({
1111
* @type {import('next').NextConfig}
1212
*/
1313
const nextConfig = {
14-
reactStricMode: true,
14+
reactStrictMode: true,
1515
workbox: {
1616
// enable: process.env.NODE_ENV !== 'production',
1717
enable: process.env.NEXT_PUBLIC_ENABLE_SERVICE_WORKER === 'true',

0 commit comments

Comments
 (0)