Fix small details

This commit is contained in:
2024-07-08 01:18:42 +02:00
parent ebfac1794c
commit 6069d568d1
4 changed files with 12 additions and 4 deletions

View File

@@ -5,7 +5,6 @@ export default defineNuxtConfig({
app: {
pageTransition: { name: 'page', mode: 'out-in' },
head: {
htmlAttrs: { lang: 'en' },
templateParams: {
separator: '•'
}
@@ -119,4 +118,4 @@ export default defineNuxtConfig({
},
compatibilityDate: '2024-07-08'
})
})