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