chore: a11y

This commit is contained in:
ccbikai
2024-06-08 19:17:49 +08:00
parent 426db8d149
commit 036265544f
7 changed files with 15 additions and 5 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
<script setup>
const { title, description, image } = useAppConfig()
useSeoMeta({
useServerSeoMeta({
title,
description,
ogType: 'website',
ogTitle: title,
ogDescription: description,
ogImage: image,
@@ -20,7 +21,7 @@ useHead({
{
rel: 'icon',
type: 'image/png',
href: '/sink.png',
href: '/icon-192.png',
},
],
})