浏览代码

disable pwa

AykutSarac 3 年之前
父节点
当前提交
bc87f80707
共有 1 个文件被更改,包括 1 次插入0 次删除
  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",