feat: opengraph design
This commit is contained in:
parent
0b430e5d43
commit
c410c499e1
38 changed files with 179 additions and 66 deletions
|
@ -20,7 +20,7 @@ const blog = (await getCollection('blog'))
|
|||
.slice(0, SITE.NUM_POSTS_ON_HOMEPAGE)
|
||||
---
|
||||
|
||||
<Layout title="Home" description="Home">
|
||||
<Layout title={SITE.TITLE} description={SITE.DESCRIPTION}>
|
||||
<Container class="flex flex-col gap-y-6">
|
||||
<section>
|
||||
<Card>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue