Skip to content

Commit

Permalink
fix: update 404 page link to use BASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jagcruz committed Aug 17, 2024
1 parent aae2ca8 commit 96e7195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const BASE_URL = import.meta.env.BASE_URL;

<h1><span class="status-code">404: </span> <span>Unicornio no encontrado</span></h1>

<a href="/" class="link">Regresar al inicio</a>
<a href={BASE_URL} class="link">Regresar al inicio</a>

<a href="https://anarangel.github.io" target="_self" rel="noopener noreferrer" class="logo">
<Logo size={100} />
Expand Down

0 comments on commit 96e7195

Please sign in to comment.