fix video url (#18)

This commit is contained in:
Juan Manzanero
2024-10-09 12:57:27 -06:00
committed by GitHub
parent 07d436fda9
commit f35ce9b4c7
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ const lang = getLangFromUrl(Astro.url);
<li>
<PostItem
lang={lang}
type="es/videos"
type="videos"
slug={video.slug}
date={video.data.date!}
title={video.data.title!}