chore: pwa adjustments

This commit is contained in:
2024-05-03 17:49:54 +02:00
parent 6bea340e19
commit 57cec8bfe7
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template> <template>
<div class="app_container" v-cloak> <div class="app_container">
<PopUp /> <PopUp />
<transition name="modal-anim"> <transition name="modal-anim">
+1
View File
@@ -17,6 +17,7 @@ export default defineConfig({
workbox: { workbox: {
disableDevLogs: true, disableDevLogs: true,
globPatterns: ['**/*.{js,css,html,png,svg,jpg}'], globPatterns: ['**/*.{js,css,html,png,svg,jpg}'],
cleanupOutdatedCaches: true,
runtimeCaching: [ runtimeCaching: [
{ {
urlPattern: new RegExp('^https://stacjownik.spythere.eu/api/getSceneries', 'i'), urlPattern: new RegExp('^https://stacjownik.spythere.eu/api/getSceneries', 'i'),