From ae18ce014caed9d751af4f4c5bd7c5f450274c5d Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Fri, 13 Sep 2024 02:49:44 -0700 Subject: [PATCH] chore(twitter title): update the twitter open graph socia media sharing card title from domain to `Toshikis Homepage` rather & update global html title tag conent in accordance with the corresponded twitter title for conventional uniformity --- config/head.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/head.ts b/config/head.ts index 999bf3e..9f3fb1f 100755 --- a/config/head.ts +++ b/config/head.ts @@ -6,7 +6,7 @@ const description = 'Former full time INTP & current INTJ & part time ISTP whom is caffein overdosed hyperboosted by Monster meanwhile an egoistic capitalist that overthinks ;)' const Head: NuxtOptionsHead = { - title: 'toshiki.dev', + title: 'Toshiki\'s Homepage', meta: [ { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' }, @@ -34,7 +34,7 @@ const Head: NuxtOptionsHead = { { hid: 'twitter:title', name: 'twitter:title', - content: 'andatoshiki' + content: 'Toshiki\'s Homepage' }, { hid: 'twitter:description', @@ -92,7 +92,8 @@ const Head: NuxtOptionsHead = { }, { rel: 'stylesheet', - href: 'https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css' }, + href: 'https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css' + }, // mastodon profile website verification indicator a tag { rel: 'me',