diff --git a/src/components/PortfolioPreview.astro b/src/components/PortfolioPreview.astro index dbeac40..d6adb49 100644 --- a/src/components/PortfolioPreview.astro +++ b/src/components/PortfolioPreview.astro @@ -8,7 +8,7 @@ interface Props { const { data, slug } = Astro.props.project; --- - + {data.title} {data.img_alt diff --git a/src/pages/work/[...slug].astro b/src/pages/work/[...slug].astro index 84ed133..5266d12 100644 --- a/src/pages/work/[...slug].astro +++ b/src/pages/work/[...slug].astro @@ -32,7 +32,7 @@ const { Content } = await entry.render();