From a80abd1dc5f543ba127ca8dcc27e26479bd69f23 Mon Sep 17 00:00:00 2001 From: satya319 Date: Sat, 23 Sep 2023 11:48:33 +0530 Subject: [PATCH] proj link fixed --- src/components/PortfolioPreview.astro | 2 +- src/pages/work/[...slug].astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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();