mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 02:13:00 +08:00
fix: pwa cache
This commit is contained in:
@@ -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',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user