Skip to content

Commit

Permalink
feat: add redirect to create a canonical short URL for donations (and…
Browse files Browse the repository at this point in the history
… others to come)
  • Loading branch information
astorije committed Nov 8, 2024
1 parent 5d3d203 commit 2b466ac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"redirects": [
{
"destination": "https://opencollective.com/boston-ts-club",
"permanent": true,
"source": "/donate"
}
]
}

0 comments on commit 2b466ac

Please sign in to comment.