diff --git a/src/pages/projects/[...slug].astro b/src/pages/projects/[...slug].astro index b410a61..d87e558 100644 --- a/src/pages/projects/[...slug].astro +++ b/src/pages/projects/[...slug].astro @@ -38,7 +38,9 @@ const { Content } = await entry.render(); {entry.data.title} -
+
{entry.data.categories.map((category: string) => {category})}