Arreglar Rutas #6

Merged
giacchetta merged 3 commits from arreglar-rutas-blog into main 2025-08-07 17:24:36 -03:00
Showing only changes of commit 7efed4228c - Show all commits

View File

@ -29,7 +29,7 @@ const { post }: Props = Astro.props;
<div class="card-body p-4">
<h3 class="card-title">
<a class="text-dark" href={`./${post.slug}/ `}>{post.title}</a>
<a class="text-dark" href={`/blog/${post.slug}/ `}>{post.title}</a>
</h3>
<p class="card-text">