Skip to content

Commit

Permalink
chore: fix link (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Sep 22, 2024
1 parent ce538ea commit 7192598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const { showHeader = true } = Astro.props;
<header>
<h1>d1onys1us' website</h1>
<nav>
<a href="">Home</a>
<a href="/">Home</a>
<a href="/musings">Musings</a>
</nav>
</header>
Expand Down

0 comments on commit 7192598

Please sign in to comment.