fix: pwa cache

This commit is contained in:
DarkSky
2023-02-01 23:43:54 +08:00
parent 8287733263
commit d067250a04
2 changed files with 1 additions and 25 deletions

View File

@@ -98,6 +98,7 @@ const withDebugLocal = require('next-debug-local')(
const withPWA = require('next-pwa')({
dest: 'public',
scope: '/_next',
disable: process.env.NODE_ENV !== 'production',
});