Fix image path

This commit is contained in:
2025-09-07 03:56:53 +02:00
parent 31508e74da
commit 04bdcfca88
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export default defineConfig({
registerType: 'prompt',
includeAssets: '**/*',
workbox: {
globPatterns: ['**/*.{js,css,html,png,ico,woff,woff2}']
globPatterns: ['**/*.{js,css,html,png,ico,woff,woff2,gif,webp}']
},
manifest: {
name: 'TramTrack!',