From e24b041cd51c5db65b943ea35bc56f5d298554b5 Mon Sep 17 00:00:00 2001 From: lajbel Date: Wed, 2 Oct 2024 22:55:48 -0300 Subject: [PATCH] chore: blog image on embed --- src/pages/[...path]/blog/[...slug].astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/[...path]/blog/[...slug].astro b/src/pages/[...path]/blog/[...slug].astro index ba6a361..fb5d1e4 100644 --- a/src/pages/[...path]/blog/[...slug].astro +++ b/src/pages/[...path]/blog/[...slug].astro @@ -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, }} >