From 6ddae638aceb19962f9e48394588195f0139529f Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 19 May 2023 14:47:00 +0200 Subject: [PATCH] fix: stretch project images to full width --- src/pages/projects/[...slug].astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/projects/[...slug].astro b/src/pages/projects/[...slug].astro index b410a61..d87e558 100644 --- a/src/pages/projects/[...slug].astro +++ b/src/pages/projects/[...slug].astro @@ -38,7 +38,9 @@ const { Content } = await entry.render(); {entry.data.title} -
+
{entry.data.categories.map((category: string) => {category})}