use summary image sizes

This commit is contained in:
Face 2025-06-28 17:55:40 +03:00
parent 13bc31d227
commit 9aaecdeb5b
3 changed files with 6 additions and 2 deletions

View file

@ -370,6 +370,7 @@
: `${coinSymbol} virtual cryptocurrency, crypto trading simulation, virtual coin trading`}
image={coin?.icon ? getPublicUrl(coin.icon) : '/apple-touch-icon.png'}
imageAlt={coin ? `${coin.name} (${coin.symbol}) logo` : `${coinSymbol} cryptocurrency logo`}
twitterCard="summary"
/>
<SignInConfirmDialog bind:open={shouldSignIn} />

View file

@ -357,6 +357,7 @@
? `${profileData.profile.name}'s profile picture`
: `@${username}'s profile`}
keywords="crypto trader profile game, virtual trading portfolio, cryptocurrency simulation game, user portfolio simulator"
twitterCard="summary"
/>
<div class="container mx-auto max-w-6xl p-6">