8000 GitHub - bibixx/vercel-redirect
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bibixx/vercel-redirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vercel redirect template 👋

License: MIT

Create redirection urls on vercel.app in seconds

Usage

  1. Create own repository from this template screen.gif

  2. Adjust vercel.json

{
  "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
      }
    }
  ]
}
  1. Deploy to vercel using
vc

Author

👤 bibixx

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019-2020 bibixx.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0