Browse Source

update pwa scope

AykutSarac 3 years ago
parent
commit
e1cac51808
1 changed files with 0 additions and 1 deletions
  1. 0 1
      next.config.js

+ 0 - 1
next.config.js

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