diff --git a/components/landing-page/news.tsx b/components/landing-page/news.tsx index ffcc922..dfc02cd 100644 --- a/components/landing-page/news.tsx +++ b/components/landing-page/news.tsx @@ -13,6 +13,7 @@ type Article = { title: string; description: string; categoryName: string; + slug: string; createdAt: string; createdByName: string; thumbnailUrl: string;