Skip to content

Commit 4a68f44

Browse files
authored
Redirect www to apex domain using Netlify config (#2211)
Signed-off-by: Patrice Chalin <[email protected]> Signed-off-by: Patrice Chalin <[email protected]>
1 parent d8a350e commit 4a68f44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netlify.toml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[[redirects]]
2+
from = "https://www.prometheus.io/*"
3+
to = "https://prometheus.io/:splat"
4+
force = true

0 commit comments

Comments
 (0)