This commit is contained in:
Joan
2025-11-27 16:27:01 +01:00
parent 33cc9586c2
commit 81f8912059
304 changed files with 56149 additions and 10122 deletions

View File

@@ -42,7 +42,7 @@ export default defineConfig({
globPatterns: ['**/*.{js,css,html,ico,png,svg,woff,woff2}'],
runtimeCaching: [
{
urlPattern: /^https:\/\/echoesoftheashgame\.patacuack\.net\/api\/.*/i,
urlPattern: /^https:\/\/staging\.echoesoftheash\.com\/api\/.*/i,
handler: 'NetworkFirst',
options: {
cacheName: 'api-cache',
@@ -56,7 +56,7 @@ export default defineConfig({
}
},
{
urlPattern: /^https:\/\/echoesoftheashgame\.patacuack\.net\/images\/.*/i,
urlPattern: /^https:\/\/staging\.echoesoftheash\.com\/images\/.*/i,
handler: 'CacheFirst',
options: {
cacheName: 'image-cache',