diff --git a/next.config.js b/next.config.js index 774809f..9dd5e95 100644 --- a/next.config.js +++ b/next.config.js @@ -2,6 +2,7 @@ const withPWA = require('next-pwa') module.exports = withPWA({ pwa: { + disable: process.env.NODE_ENV !== 'production', dest: 'public', register: true, skipWaiting: true,