From 22f9623c6256c643dd181f65592aebc4df4c09b2 Mon Sep 17 00:00:00 2001 From: Jewgeni Lewash Date: Fri, 8 Mar 2024 08:30:20 +0100 Subject: [PATCH] fix(blog): add trailing slash to links --- 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 feca649..0c7594a 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -26,7 +26,7 @@ const allBlogposts = await getCollection('blog');

+ href={`/blog/${post.slug}/`}> Read more