ソースを参照

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",
   },
 };