From 7efed4228c3d349665f202ee48a24bfc5d533f0b Mon Sep 17 00:00:00 2001 From: Luciano Giacchetta Date: Wed, 6 Aug 2025 17:48:27 -0300 Subject: [PATCH] #5 - Solucionar path relativo de Blogs --- src/components/post/post-card-column.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/post/post-card-column.astro b/src/components/post/post-card-column.astro index 7017b73..b4c9cf8 100644 --- a/src/components/post/post-card-column.astro +++ b/src/components/post/post-card-column.astro @@ -29,7 +29,7 @@ const { post }: Props = Astro.props;

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