feat: page titles and favicon

This commit is contained in:
2026-03-25 21:39:00 +01:00
parent ffba95a411
commit 8f4be48fd1
6 changed files with 73 additions and 8 deletions

View File

@@ -10,6 +10,13 @@ export default defineNuxtConfig({
}
},
app: {
head: {
titleTemplate: '%s · pihka.al',
link: [{ rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg' }],
},
},
devtools: {
enabled: true
},