Skip to content

Commit

Permalink
chore: blog image on embed
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Oct 3, 2024
1 parent 971f59c commit e24b041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/[...path]/blog/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const { Content } = await entry.render();
title: "KAPLAY Blogs, " + entry.data.title,
description: entry.data.description,
keywords: "kaplayjs, guides, documentation",
image: "/" + entry.data.image,
}}
>
<Prose>
Expand Down

0 comments on commit e24b041

Please sign in to comment.