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

This commit is contained in:
Anda Toshiki 2024-09-13 02:49:44 -07:00
parent 012cced6ce
commit ae18ce014c
Signed by: andatoshiki
GPG Key ID: 443A8FB634CF898D

View File

@ -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 ;)' '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 = { const Head: NuxtOptionsHead = {
title: 'toshiki.dev', title: 'Toshiki\'s Homepage',
meta: [ meta: [
{ charset: 'utf-8' }, { charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' },
@ -34,7 +34,7 @@ const Head: NuxtOptionsHead = {
{ {
hid: 'twitter:title', hid: 'twitter:title',
name: 'twitter:title', name: 'twitter:title',
content: 'andatoshiki' content: 'Toshiki\'s Homepage'
}, },
{ {
hid: 'twitter:description', hid: 'twitter:description',
@ -92,7 +92,8 @@ const Head: NuxtOptionsHead = {
}, },
{ {
rel: 'stylesheet', 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 // mastodon profile website verification indicator a tag
{ {
rel: 'me', rel: 'me',