You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tech-interview-handbook/website/vercel.json

21 lines
402 B

{
"github": {
"silent": true
},
"trailingSlash": false,
"rewrites": [
{
"source": "/grind75",
"destination": "https://grind75.vercel.app/grind75"
},
{
"source": "/grind75/",
"destination": "https://grind75.vercel.app/grind75/"
},
{
"source": "/grind75/:asset*",
"destination": "https://grind75.vercel.app/grind75/:asset*"
}
]
}