mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
chore: add prefetching goggle fonts
This commit is contained in:
parent
1771369b83
commit
01408fe0de
1 changed files with 12 additions and 7 deletions
|
|
@ -22,12 +22,17 @@
|
|||
"/assets/**"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "externalAssets",
|
||||
"installMode": "lazy",
|
||||
"updateMode": "prefetch",
|
||||
"resources": {
|
||||
"urls": [
|
||||
"https://fonts.googleapis.com/**",
|
||||
"https://fonts.gstatic.com/**"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"external": {
|
||||
"urls": [
|
||||
"https://fonts.googleapis.com/**",
|
||||
"https://fonts.gstatic.com/**"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue