add rel=me

This commit is contained in:
kakkokari-gtyih 2023-12-22 20:28:30 +09:00
parent 2ce5efe09e
commit d1e0fdac89

View File

@ -82,6 +82,7 @@ export default defineNuxtConfig({
{ rel: 'apple-touch-icon', href: '/img/icons/apple-touch-icon.png' },
{ rel: 'shortcut icon', type: 'image/vnd.microsoft.icon', href: '/favicon.ico' },
{ rel: 'icon', type: 'image/vnd.microsoft.icon', href: '/favicon.ico' },
{ rel: 'me', href: 'https://misskey.io/@misskey_hub_deploy' },
],
meta: [
{ name: 'twitter:card', content: 'summary_large_image' },