refactor: fonts optimization

This commit is contained in:
2025-10-06 01:28:48 +02:00
parent b4c673ea51
commit e4a5c7babb
10 changed files with 64 additions and 25 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export default defineConfig({
VitePWA({
registerType: 'prompt',
workbox: {
globPatterns: ['**/*.{js,css,html,png,svg,img}'],
globPatterns: ['**/*.{js,css,html,png,svg,img,woff2}'],
runtimeCaching: [
{
urlPattern: /^https:\/\/stacjownik.spythere.eu\/\/api\/getSceneries/i,