What's Changed
- Add support for paths in redirect keys by @sblom in #7
- For example the
a/b/c: https://yahoo.comconfiguration will create a redirect at<domain>/a/b/ctohttps://yahoo.com
- For example the
- Add support for relative URL redirect to root of domain by @pndurette in #10
- For example,
default_redirect: /blogin the action config will redirect/or a 404 to<domain>/blog
- For example,
Check out the README.md for updated documentation!
New Contributors
Full Changelog: v1...v2