accesibility and performance improvements

This commit is contained in:
Zoe
2022-12-18 00:08:34 -06:00
parent 7adb93b872
commit 4a20fa8b27
4 changed files with 17 additions and 9 deletions

View File

@@ -12,7 +12,10 @@ export default defineNuxtConfig({
// hid is used as unique identifier. Do not use `vmid` for it as it will not work
{ hid: 'description', name: 'description', content: 'Juls07 is a fullstack web developer' }
]
],
htmlAttrs: {
lang: 'en'
}
},
},
@@ -37,7 +40,7 @@ export default defineNuxtConfig({
}
},
content: {
content: {
highlight: {
theme: {
default: 'github-dark'