fix video url (#18)
This commit is contained in:
parent
07d436fda9
commit
f35ce9b4c7
@ -5,7 +5,7 @@ type Props = {
|
||||
slug: string;
|
||||
date: Date | string;
|
||||
title: string;
|
||||
type: "blog" | "portfolio" | "es/videos";
|
||||
type: "blog" | "portfolio" | "videos";
|
||||
lang: string;
|
||||
};
|
||||
|
||||
|
@ -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!}
|
||||
|
Loading…
x
Reference in New Issue
Block a user