feat(og-image): add social card images for projects, experience, and talks

This commit is contained in:
Prad Nukala
2026-06-30 13:05:14 -04:00
parent f701c951e4
commit 2178cef232
11 changed files with 173 additions and 55 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const { talk } = Astro.props as Props;
const { Content } = await render(talk);
const { title, description, videoId, originalSource, event, publishDate, experiences } = talk.data;
const meta = { description, title };
const meta = { description, ogImage: `/og-image/speaking/${talk.id}.png`, title };
---
<PageLayout meta={meta}>