mirror of
https://github.com/prdlk/website.git
synced 2026-08-03 01:41:53 +00:00
feat(og-image): add social card images for projects, experience, and talks
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user