diff --git a/src/pages/projects/[...slug].astro b/src/pages/projects/[...slug].astro index d06f54c..b4f5e1c 100644 --- a/src/pages/projects/[...slug].astro +++ b/src/pages/projects/[...slug].astro @@ -2,6 +2,9 @@ import ImageCarousel from "@components/ImageCarousel.astro"; import MainLayout from "@layouts/MainLayout.astro"; +import TextLink from "@components/TextLink.astro"; + +import { Icon } from "astro-icon/components"; import { getCollection, render } from "astro:content"; import { @@ -9,7 +12,7 @@ import { getFullExternalURLOfImage, getProjectHero, slugify -} from "@/lib/utils"; +} from "@lib/utils"; export async function getStaticPaths() { const projects = await getCollection("projects", ({ body }) => { @@ -71,15 +74,56 @@ import P from "@components/MDX/P.astro"; >