diff --git a/apps/website/next.config.js b/apps/website/next.config.js index 0ab3116..8ef8e6b 100644 --- a/apps/website/next.config.js +++ b/apps/website/next.config.js @@ -37,4 +37,5 @@ const nextConfig = { }, } -module.exports = withPWA(nextConfig) +// module.exports = withPWA(nextConfig) +module.exports = nextConfig