mirror of
https://github.com/Nezumi-2711/Sink.git
synced 2026-09-22 13:48:35 +00:00
chore: a11y
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user