소스 검색

disable pwa

AykutSarac 3 년 전
부모
커밋
bc87f80707
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      next.config.js

+ 1 - 0
next.config.js

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