Fix image path again

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