AykutSarac пре 3 година
родитељ
комит
d90bad36ef
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      next.config.js

+ 1 - 0
next.config.js

@@ -13,6 +13,7 @@ const nextConfig = {
     styledComponents: true,
   },
   pwa: {
+    disable: process.env.NODE_ENV === "development",
     dest: "public",
     register: true,
     fallbacks: {