mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-02 21:08:12 +00:00
chore(pwa): changed sceneries cache to cachefirst
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ export default defineConfig({
|
||||
runtimeCaching: [
|
||||
{
|
||||
urlPattern: new RegExp('^https://stacjownik.spythere.eu/api/getSceneries', 'i'),
|
||||
handler: 'NetworkFirst',
|
||||
handler: 'CacheFirst',
|
||||
options: {
|
||||
cacheName: 'spythere-sceneries-cache',
|
||||
cacheableResponse: {
|
||||
|
||||
Reference in New Issue
Block a user