Skip to content

Commit

Permalink
proj link fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
satya319 committed Sep 23, 2023
1 parent 3248e22 commit a80abd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/PortfolioPreview.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface Props {
const { data, slug } = Astro.props.project;
---

<a class="card" href={`/work/${slug}`}>
<a class="card" href={`/satya319/work/${slug}`}>
<span class="title">{data.title}</span>
<img src={data.img} alt={data.img_alt || ''} loading="lazy" decoding="async" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/work/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const { Content } = await entry.render();
<div class="stack gap-15">
<header>
<div class="wrapper stack gap-2">
<a class="back-link" href="/work/"><Icon icon="arrow-left" /> Work</a>
<a class="back-link" href="/satya319/work/"><Icon icon="arrow-left" /> Work</a>
<Hero title={entry.data.title} align="start">
<div class="details">
<div class="tags">
Expand Down

0 comments on commit a80abd1

Please # to comment.