Files
athens/netlify.toml
Rob j Loranger ce45672928 redirect other domain requests to docs.gomods.io (#663)
* redirect http{,s}://gomods{.io,-athens.netlify.com} to https://docs.gomods.io

* forgot quotes
2018-09-14 15:03:34 -05:00

24 lines
476 B
TOML

[Settings]
ID = "gomods-athens"
[build]
base = "docs/"
publish = "docs/public/"
command = "hugo -v"
environment = { HUGO_VERSION = "0.37" }
[[redirects]]
from = "https://gomods.io/*"
to = "https://docs.gomods.io/:splat"
status = 303
[[redirects]]
from = "http://gomods.io/*"
to = "https://docs.gomods.io/:splat"
status = 303
[[redirects]]
from = "https://gomods-athens.netlify.com/*"
to = "https://docs.gomods.io/:splat"
status = 303