Commit
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user