Browse Source

disable pwa

AykutSarac 3 năm trước cách đây
mục cha
commit
bc87f80707
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      next.config.js

+ 1 - 0
next.config.js

@@ -14,6 +14,7 @@ const nextConfig = {
     styledComponents: true,
   },
   pwa: {
+    disable: true,
     dest: "public",
     register: true,
     scope: "/editor",