feat(index): remove twitter images

This commit is contained in:
z0x 2025-02-06 21:11:04 -05:00
parent 074cfc0498
commit 08b23e19f5
7 changed files with 11 additions and 39 deletions

View file

@ -49,11 +49,7 @@ const post = Astro.props;
const { Content, headings } = await render(post);
---
<Layout
title={post.data.title}
description={post.data.description}
image={post.data.image?.src ?? "/static/1200x630.png"}
>
<Layout title={post.data.title} description={post.data.description}>
<section
class="grid grid-cols-[minmax(0px,1fr)_min(768px,100%)_minmax(0px,1fr)] gap-y-6 *:px-4"
>