1
0
mirror of https://github.com/prometheus/docs.git synced 2026-02-05 15:45:27 +01:00

Redirect www to apex domain using Netlify config (#2211)

Signed-off-by: Patrice Chalin <pchalin@gmail.com>

Signed-off-by: Patrice Chalin <pchalin@gmail.com>
This commit is contained in:
Patrice Chalin
2022-09-28 09:07:45 -04:00
committed by GitHub
parent d8a350e55a
commit 4a68f44206

4
netlify.toml Normal file
View File

@@ -0,0 +1,4 @@
[[redirects]]
from = "https://www.prometheus.io/*"
to = "https://prometheus.io/:splat"
force = true