From 76789bebcba6c722071e0e12bbff3fcb2519364e Mon Sep 17 00:00:00 2001 From: Jewgeni Lewash Date: Thu, 7 Mar 2024 08:59:44 +0100 Subject: [PATCH] fix(blog): add trailing slash to bloglist --- src/pages/blog.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog.astro b/src/pages/blog.astro index 85d7f0c..8316503 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -17,7 +17,7 @@ const allBlogposts = await getCollection('blog'); allBlogposts.map((post) => (

- {post.data.title} + {post.data.title}

{post.data.description}