Skip to content

Commit b090672

Browse files
authored
Add specific thumbnail for 2025 page (#26)
* Add specific thumbnail for 2025 page * Remove comment
1 parent 332fb05 commit b090672

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/nextjs/pages/2025.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,10 @@ const Page2025: NextPageWithLayout = () => {
6868
property="og:description"
6969
content="Explore Sand Garden's 2025 achievements and impact on the Ethereum ecosystem"
7070
/>
71-
{/* TODO: Replace with /2025-thumbnail.png before merge. */}
72-
<meta property="og:image" content="https://sand-garden.vercel.app/thumbnail.png" />
71+
<meta property="og:image" content="https://sandgarden.buidlguidl.com/2025-recap-thumbnail.png" />
7372
{/* Twitter specific tags (title and description fall back to og: tags) */}
7473
<meta name="twitter:card" content="summary_large_image" />
75-
<meta name="twitter:image" content="https://sand-garden.vercel.app/thumbnail.png" />
74+
<meta name="twitter:image" content="https://sandgarden.buidlguidl.com/2025-recap-thumbnail.png" />
7675
</Head>
7776

7877
<div ref={containerRef} className={`min-h-screen bg-base-100 text-base-content ${shareTechMono.className}`}>
43.1 KB
Loading

0 commit comments

Comments
 (0)