+ {listFormatter.format(article.data.extraAuthors)} +
{project.description}
- > -I am in my final year of studying on a Game Arts and Design BA (Hons) degree and on the side I manage online operations for a family run outdoor apparel business. -
-+
{collection.data.description}
diff --git a/src/components/ShowcaseProject.astro b/src/components/ShowcaseProject.astro index 2032397..14e98be 100644 --- a/src/components/ShowcaseProject.astro +++ b/src/components/ShowcaseProject.astro @@ -1,9 +1,8 @@ --- import { Image } from "astro:assets"; -import type { CollectionEntry } from "astro:content"; type Props = { - collection: CollectionEntry<"projects">; + collection: any; }; const { collection } = Astro.props; @@ -22,13 +21,6 @@ const { collection } = Astro.props; fit="cover" />- {collection.data.title} -
-- {image.data.title} -
-