mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-05 22:46:32 +00:00
chore(site name): update all open graph related site title and name to Toshikis Homepage instead of toshiki.dev for better readability on social media platforms
This commit is contained in:
parent
c9e0009f2b
commit
329a129c5f
@ -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\'s Homepage',
|
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: 'Toshiki\'s Homepage'
|
content: "Toshiki's Homepage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
hid: 'twitter:description',
|
hid: 'twitter:description',
|
||||||
@ -55,7 +55,7 @@ const Head: NuxtOptionsHead = {
|
|||||||
{
|
{
|
||||||
hid: 'og:site_name',
|
hid: 'og:site_name',
|
||||||
name: 'og:site_name',
|
name: 'og:site_name',
|
||||||
content: 'toshiki.dev'
|
content: "Toshiki's Homepage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
hid: 'og:description',
|
hid: 'og:description',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user