Skip to content

Commit

Permalink
fix: further fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
flornkm committed Jan 27, 2024
1 parent 6389189 commit 9d9585e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pages/_error/+Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ function Page404() {
This page couldn't be found <br class="hidden xs:block" /> Please try
again later
</p>
<Button type="secondary" link="https://floriankiem.com/">
<Button
type="secondary"
function={() => {
window.location.href = "/"
}}
>
Homepage
</Button>
</div>
Expand Down

1 comment on commit 9d9585e

@vercel
Copy link

@vercel vercel bot commented on 9d9585e Jan 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.