diff --git a/next.config.js b/next.config.js index a27da5d..ff62a08 100644 --- a/next.config.js +++ b/next.config.js @@ -5,6 +5,7 @@ const withPWA = require("next-pwa")({ dest: "public", register: true, skipWaiting: true, + disable: process.env.NODE_ENV === 'development' }); const nextConfig = {