mirror of https://github.com/hashicorp/boundary
website: set up support for path redirection (#533)
* website: remove netlify specific _redirects file * website: add basic support for redirects.jspull/536/head
parent
09b43e5569
commit
4a5e384ee3
@ -1,4 +0,0 @@
|
||||
# REDIRECTS FILE
|
||||
#
|
||||
# See the README file in this directory for documentation. Please do not
|
||||
# modify or delete existing redirects without first verifying internally.
|
||||
@ -0,0 +1,9 @@
|
||||
module.exports = [
|
||||
// define your custom redirects within this file.
|
||||
// vercel's redirect documentation: https://vercel.com/docs/configuration#project/redirects
|
||||
// {
|
||||
// source: '/foo',
|
||||
// destination: '/bar',
|
||||
// permanent: false,
|
||||
// },
|
||||
]
|
||||
Loading…
Reference in new issue