Skip to content

Commit

Permalink
Merge pull request #85 from sovattha/master
Browse files Browse the repository at this point in the history
Fix another typo
  • Loading branch information
ivandotv authored Dec 30, 2022
2 parents ddf7735 + 999cc8c commit 4a0b917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const bundleAnalyzer = withBundleAnalyzer({
* @type {import('next').NextConfig}
*/
const nextConfig = {
reactStricMode: true,
reactStrictMode: true,
workbox: {
// enable: process.env.NODE_ENV !== 'production',
enable: process.env.NEXT_PUBLIC_ENABLE_SERVICE_WORKER === 'true',
Expand Down

0 comments on commit 4a0b917

Please sign in to comment.