diff --git a/web/next.config.js b/web/next.config.js index 2ab5317f7..fb3c08a3a 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -11,10 +11,8 @@ const nextConfig = { const withPWA = require("next-pwa"); module.exports = withPWA({ - pwa: { - dest: "public", - register: true, - skipWaiting: true, - disable:process.env.NODE_ENV === 'development' - }, + dest: "public", + register: true, + skipWaiting: true, + disable: process.env.NODE_ENV === 'development' })(nextConfig); \ No newline at end of file