From 7d73c262d87a2e04a3cc2ab36f64658ab2591347 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Wed, 9 Oct 2024 00:53:33 -0400 Subject: [PATCH] Use relative uris for posts. This tripped me up during testing. All links went to the production URL. Makes more sense to make these relative I think! --- src/layouts/BlogPosts.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/BlogPosts.astro b/src/layouts/BlogPosts.astro index 12896e4..e40176c 100644 --- a/src/layouts/BlogPosts.astro +++ b/src/layouts/BlogPosts.astro @@ -62,7 +62,7 @@ const { posts.map((post) => (