Skip to content
Compare
Choose a tag to compare
@pndurette pndurette released this 14 Jan 05:54
· 3 commits to main since this release
c06fcc8

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 to https://yahoo.com
  • 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

Check out the README.md for updated documentation!

New Contributors

  • @sblom made their first contribution in #7

Full Changelog: v1...v2