What's Changed
- Add support for paths in redirect keys by @sblom in #7
- For example the
a/b/c: https://yahoo.com
configuration will create a redirect at<domain>/a/b/c
tohttps://yahoo.com
- For example the
- Add support for relative URL redirect to root of domain by @pndurette in #10
- For example,
default_redirect: /blog
in 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