mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Merge pull request #11669 from hashicorp/ac.home-redirect
fix: redirects website `/home` to `/`
This commit is contained in:
@@ -2,6 +2,11 @@ module.exports = [
|
||||
// Define your custom redirects within this file.
|
||||
// Vercel's redirect documentation: https://vercel.com/docs/configuration#project/redirects
|
||||
// Playground for testing url pattern matching: https://npm.runkit.com/path-to-regexp
|
||||
{
|
||||
source: '/home',
|
||||
destination: '/',
|
||||
permanent: true,
|
||||
},
|
||||
|
||||
// Friendly URL for trial form redirection
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user