Skip to content

Commit 1ee573e

Browse files
committed
Redirect to /sponsor for shorter URL
1 parent ee52ccc commit 1ee573e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/pages/sponsor.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<script>
2+
window.location.href = "/sponsorship/sponsor/";
3+
</script>
4+
5+
<noscript>
6+
<meta http-equiv="refresh" content="0;url=/sponsor/">
7+
</noscript>

0 commit comments

Comments
 (0)