feat: page titles and favicon
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user