Skip to content

Commit

Permalink
fix: update broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
behoney committed Oct 5, 2024
1 parent 794e0c6 commit 0632750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/layouts/ExampleLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const { title } = Astro.props;
<slot />
</main>
<nav>
<a href="/examples">Back to examples</a>
<a href={`${import.meta.env.BASE_URL}examples`}>Back to examples</a>
</nav>

<style>
Expand Down

0 comments on commit 0632750

Please sign in to comment.