fix: 💬 update default page title
This commit is contained in:
parent
148ccf06c7
commit
046f43c45e
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
return `${fullName} — Character Reference`;
|
return `${fullName} — Character Reference`;
|
||||||
}
|
}
|
||||||
|
|
||||||
return "Sebin's Characters — Home";
|
return "The World of Sebin's Characters";
|
||||||
};
|
};
|
||||||
|
|
||||||
const getImageUrl = (char, type = 'og') =>
|
const getImageUrl = (char, type = 'og') =>
|
||||||
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
<meta property="fediverse:creator" content="@SebinNyshkim@meow.social" />
|
<meta property="fediverse:creator" content="@SebinNyshkim@meow.social" />
|
||||||
|
|
||||||
<meta property="og:site_name" content="Sebin's Characters" />
|
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" :content="$data.base + $data.page.url" />
|
<meta property="og:url" :content="$data.base + $data.page.url" />
|
||||||
<meta property="og:title" :content="getTitle($data.fullName)" />
|
<meta property="og:title" :content="getTitle($data.fullName)" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue