We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4949df9 commit 2875d9eCopy full SHA for 2875d9e
docs/.vitepress/config/index.ts
@@ -17,8 +17,6 @@ export default withPwa(defineConfig({
17
srcDir: '.vitepress/',
18
strategies: 'generateSW', // <== if omitted, defaults to `generateSW`
19
workbox: {
20
- globPatterns: ['**/*.{js,css,html,ico,png,svg}'], // 添加明确的glob模式
21
- globDirectory: '../', // 指定glob目录
22
},
23
experimental: {
24
includeAllowlist: true
0 commit comments