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 3ac9e5a
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": [
{
"source": "/donate",
"destination": "https://opencollective.com/boston-ts-club",

Check failure on line 5 in vercel.json

View workflow job for this annotation

GitHub Actions / lint

Expected object keys to be in ascending order. 'destination' should be before 'source'
"permanent": true
}
]
}

0 comments on commit 3ac9e5a

Please sign in to comment.