aktualizacja paczek i API

This commit is contained in:
2023-12-09 19:20:09 +01:00
parent b663f7408d
commit 8aa2233d41
4 changed files with 619 additions and 577 deletions
+1 -2
View File
@@ -15,7 +15,7 @@ export default defineConfig({
globPatterns: ['**/*.{js,css,html,png,svg,img}'],
runtimeCaching: [
{
urlPattern: /^https:\/\/stacjownik.spythere.pl\/\/api\/getSceneries/i,
urlPattern: /^https:\/\/stacjownik.spythere.eu\/\/api\/getSceneries/i,
handler: 'CacheFirst',
options: {
cacheName: 'sceneries-cache',
@@ -36,4 +36,3 @@ export default defineConfig({
}),
],
});