Skip to content

Commit

Permalink
feat: redirect from donate to /
Browse files Browse the repository at this point in the history
  • Loading branch information
shalluv committed Feb 4, 2024
1 parent f0acb86 commit abe1829
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pages/donate.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
---

<script lang="ts">
if (typeof window !== "undefined") {
window.location.replace("/");
}
</script>

0 comments on commit abe1829

Please sign in to comment.