Skip to content

Commit ae0e93d

Browse files
committed
fix issues with the 404 and robots.txts redirects
1 parent 0a08551 commit ae0e93d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434

3535

3636
[[redirects]]
37-
from = "https://nginx-kubernetes-ingress/robots.txt"
37+
from = "/nginx-ingress-controller/robots.txt"
3838
to = "https://docs.nginx.com/robots.txt"
3939
status = 301
4040
force = true
4141

4242
[[redirects]]
4343
from = "*"
44-
to = "https://docs.nginx.com/404.html"
44+
to = "/nginx-ingress-controller/404.html"
4545
status = 404
4646

4747

0 commit comments

Comments
 (0)