homepage content changed

This commit is contained in:
Al Murad Uzzaman
2024-05-17 20:37:39 +06:00
parent 5c03211dfe
commit 6017d83cdb
20 changed files with 227 additions and 223 deletions
-1
View File
@@ -14,7 +14,6 @@ const { data } = Astro.props;
const { title, image, date, author, categories } = data.data;
const lang = getLangFromUrl(Astro.url);
const path = Astro.url.pathname;
const { read_more } = await getTranslations(lang as keyof ContentEntryMap);
---