added double manning checkbox & support

This commit is contained in:
2023-10-28 15:33:09 +02:00
parent bea3c59405
commit c25a55a7d9
10 changed files with 70 additions and 38 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ export default defineConfig({
runtimeCaching: [
{
urlPattern: /^https:\/\/rj.td2.info.pl\/dist\/img\/thumbnails\/.*/i,
handler: 'CacheFirst',
handler: 'NetworkFirst',
options: {
cacheName: 'swdr-images-cache',
expiration: {
@@ -46,7 +46,7 @@ export default defineConfig({
},
{
urlPattern: /^https:\/\/spythere.github.io\/api\/td2\/.*/i,
handler: 'CacheFirst',
handler: 'NetworkFirst',
options: {
cacheName: 'spythere-api-cache',
expiration: {