Explorar el Código

update pwa scope

AykutSarac hace 3 años
padre
commit
e1cac51808
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      next.config.js

+ 0 - 1
next.config.js

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