소스 검색

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