Skip to content

Commit c7fc2fc

Browse files
committed
Add specific thumbnail for 2025 page
1 parent 332fb05 commit c7fc2fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/nextjs/pages/2025.tsx

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

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

0 commit comments

Comments
 (0)