-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvercel.json
16 lines (16 loc) · 937 Bytes
/
vercel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"cleanUrls": true,
"trailingSlash": true,
"redirects": [
{
"source": "/blog/([0-9]{4}/.+)/",
"destination": "https://fusebit.io/blog/",
"statusCode": 301
},
{
"source": "/blog/(discord-slash-commands|everyauth-scalable-asana-gcal|integrate-google-calendar-node-everyauth|everyauth-hubspot|everyauth-pagerduty|everyauth-salesforce|everyauth-slack-messages|everyauth|integrate-github-api-everyauth|integrate-gitlab-api-everyauth|contacts-from-hubspot-to-salesforce|linear-discord-slash-commands|linear-issues-from-github|customize-linear-slack-notifications|pagerduty-discord-integration|send-hubpsot-companies-to-slack|still-building-saas-integrations-in-2021|using-linear-with-everyauth|using-reddit-with-everyauth|using-stackoverflow-with-everyauth)/",
"destination": "https://fusebit.io/blog/",
"statusCode": 301
}
]
}