Allow for wildcards in the redirects #912
carina-myrand
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Every other redirect file I've used with other technologies has allowed for wildcard redirects to make a redirect for many pages at a time with a lower lift. For example, I have 12 pages that URL starts with:
https://documentation.immuta.com/saas/configuration/people/{page-name}
. I would like to change "people" to "identities" but want to ensure any page links that have been shared still work.So I would like to make a redirect like this:
configuration/people/*: configuration/identities/*
Beta Was this translation helpful? Give feedback.
All reactions