Skip to content

Commit

Permalink
fix: use base url in back home link
Browse files Browse the repository at this point in the history
  • Loading branch information
Th1nkK1D committed Jun 28, 2024
1 parent 02acf89 commit 65c3d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BackHomeLink.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ interface Props {
---

<a
href="/"
href={import.meta.env.BASE_URL}
class=`flex flex-row items-center gap-1 px-2 text-accent underline ${Astro.props.class}`
>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
Expand Down

0 comments on commit 65c3d2a

Please sign in to comment.