Matias Facio
Results
1
comments of
Matias Facio
I have this problem as well. This is the code: ``` module.exports = nextTranslate( withPWA({ output: "standalone", productionBrowserSourceMaps: true, optimizeFonts: false, pwa: { disable: process.env.NEXT_PUBLIC_DEBUG === "true", mode: process.env.NEXT_PUBLIC_DEBUG ===...