chore: update favicon

This commit is contained in:
2026-01-18 19:06:08 +01:00
parent e6e1000caa
commit ca9a86a1c7
8 changed files with 16 additions and 40 deletions

View File

@@ -2,6 +2,13 @@
export default defineNuxtConfig({
compatibilityDate: '2025-07-15',
devtools: { enabled: true },
app: {
head: {
link: [
{ rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg' }
]
}
},
css: ['@unocss/reset/eric-meyer.css'],
content: {
experimental: {