Create redirection urls on vercel.app in seconds
{
"alias": "vercel-redirect.vercel.app",
// ^ change this to the URL you want to redirect from
"routes": [
{
"src": ".*",
"status": 308,
"headers": {
"Location": "https://example.com"
// ^ change this to the URL you want to redirect to
}
}
]
}
- Deploy to vercel using
vc
👤 bibixx
- Website: https://legiec.io
- Twitter: @bibix1999
- Github: @bibixx
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2019-2020 bibixx.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator