You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaproperty="og:title"content="Artifacts | Hu Tao"/>
27
-
<metaproperty="og:description"content="View information about different Genshin Impact artifacts!"/>
27
+
<metaproperty="og:description"content={`View set bonuses and description of the ${props.artifacts.length}different artifact sets in Genshin Impact.`}/>
28
28
</Head>
29
29
30
30
<h1className="text-5xl font-bold pb-2">
@@ -87,7 +87,7 @@ export async function getStaticProps(context: GetStaticPropsContext): Promise<Ge
return`${char.name} is a ${char.star ? `${char.star} star ` : ""}${joinMulti(charElems)}${getWeaponLine()}. ${getAscensionLine()}${getTalentLine()}${clean(char.desc)}`
<metaproperty="og:title"content="Characters | Hu Tao"/>
33
-
<metaproperty="og:description"content="View information about different Genshin Impact characters!"/>
33
+
<metaproperty="og:description"content={`View talent/ascension material, constellations and more of the ${props.characters.length}different characters in Genshin Impact.`}/>
<metaproperty="og:description"content={`${enemy.name}${enemy.type ? ` (${enemy.type})` : ""}${enemy.kind ? ` is a ${enemy.kind}` : " is an enemy"} in Genshin Impact.${enemy.resistance ? " Click to find out their resistances!" : ""}`}/>
<metaproperty="og:title"content="Enemies | Hu Tao"/>
32
-
<metaproperty="og:description"content="View information about different Genshin Impact enemies!"/>
32
+
<metaproperty="og:description"content={`View description, classification and resistances of the ${props.enemies.length}different enemies in Genshin Impact.`}/>
0 commit comments