docs: improve accessibility

This commit is contained in:
Benjamin Canac
2023-09-11 11:25:23 +02:00
parent 87fd85ec3f
commit bc2315b7d9
5 changed files with 8 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ const color = computed(() => colorMode.value === 'dark' ? '#18181b' : 'white')
// Head
useHead({
meta: [
{ name: 'viewport', content: 'width=device-width, initial-scale=1, maximum-scale=1' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ key: 'theme-color', name: 'theme-color', content: color }
],
link: [