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) (#350)

<!-- 👋 Hi, thanks for sending a PR to boston-ts-website! 💖.
Please fill out all fields below and make sure each item is true and [x]
checked.
Otherwise we may not be able to review your PR. -->

## PR Checklist

- [ ] Addresses an existing open issue: fixes #000
- [ ] That issue was marked as [`status: accepting
prs`](https://github.com/JoshuaKGoldberg/boston-ts-website/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [x] Steps in
[CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/boston-ts-website/blob/main/.github/CONTRIBUTING.md)
were taken

## Overview

<!-- Description of what is changed and how the code change does that.
-->

---------

Co-authored-by: Xavier Ruiz <[email protected]>
  • Loading branch information
astorije and xav-ie authored Nov 19, 2024
1 parent 2b56546 commit 6494c6a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"redirects": [
{
"destination": "https://opencollective.com/boston-ts-club",
"permanent": true,
"source": "/donate"
},
{
"destination": "https://docs.google.com/forms/d/e/1FAIpQLSevxqyXjEE2AQ8C7xxkmoiiasr5ONIvPyAl8ad-MseNZ2ZBxA/viewform",
"permanent": false,
"source": "/feedback"
}
]
}

0 comments on commit 6494c6a

Please sign in to comment.