mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 13:08:53 +03:00
perf: cache fonts on PWA (#1039)
This commit is contained in:
parent
9ea02fbf8c
commit
a16fb342b8
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ export default defineConfig(({ mode }) => {
|
||||||
workbox: {
|
workbox: {
|
||||||
maximumFileSizeToCacheInBytes: 10000000,
|
maximumFileSizeToCacheInBytes: 10000000,
|
||||||
skipWaiting: true,
|
skipWaiting: true,
|
||||||
globPatterns: ['**/*.{js,css,html,ico,png,svg}']
|
globPatterns: ['**/*.{js,css,html,ico,png,svg,woff,woff2}']
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue