feat(index): remove twitter images
This commit is contained in:
parent
074cfc0498
commit
08b23e19f5
7 changed files with 11 additions and 39 deletions
|
@ -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"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue