Skip to content
Compare
Choose a tag to compare
@42atomys 42atomys released this 10 Mar 15:43
· 2 commits to main since this release
629a8c6

1.1 : Add possibility to catch vanity at root level

You can now catch your vanity URL at root level.

proxies:
- namespace: atomys.codes
  entries:
    # Root redirection can be catch with "-" or "/" as key
    # Will responds to the following URL: atomys.codes
    -: https://github.com/42Atomys/vanity-go.git
    # Redirect go-get import to atomys.codes/vanity-go
    vanity-go: https://github.com/42Atomys/vanity-go.git

Full Changelog: 1.0...1.1