Implementierung - SEO - 01.08.2025

This commit is contained in:
2025-08-01 20:33:47 +02:00
parent f176743885
commit e69e68242c
32 changed files with 12822 additions and 192 deletions
+8 -5
View File
@@ -39,14 +39,16 @@ export default defineConfig({
scope: '/',
icons: [
{
src: '/icon-192x192.png',
src: '/logo.png',
sizes: '192x192',
type: 'image/png'
type: 'image/png',
purpose: 'any maskable'
},
{
src: '/icon-512x512.png',
src: '/logo.png',
sizes: '512x512',
type: 'image/png'
type: 'image/png',
purpose: 'any maskable'
}
]
},
@@ -81,7 +83,8 @@ export default defineConfig({
cleanupOutdatedCaches: true
},
devOptions: {
enabled: true
enabled: true,
type: 'module'
}
})
],