Use bigger glob pattern to include precachable static assets
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
d694c7b442
commit
3b0df1ddfe
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ const config = {
|
||||||
SvelteKitPWA({
|
SvelteKitPWA({
|
||||||
registerType: 'autoUpdate',
|
registerType: 'autoUpdate',
|
||||||
strategies: 'generateSW',
|
strategies: 'generateSW',
|
||||||
|
workbox: {
|
||||||
|
globPatterns: ['**/*.{js,ts,css,html}'],
|
||||||
|
},
|
||||||
manifest: {
|
manifest: {
|
||||||
start_url: '/',
|
start_url: '/',
|
||||||
background_color: "#213c8b",
|
background_color: "#213c8b",
|
||||||
|
|
Loading…
Reference in a new issue