瀏覽代碼

update pwa scope

AykutSarac 3 年之前
父節點
當前提交
e1cac51808
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      next.config.js

+ 0 - 1
next.config.js

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