Skip to content

Commit 659f6d0

Browse files
Fix netlify redirects (#1368)
Signed-off-by: Prajyot-Parab <[email protected]> Co-authored-by: Prajyot-Parab <[email protected]>
1 parent 94967ea commit 659f6d0

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
@@ -8,7 +8,7 @@ GO_VERSION = "1.19"
88

99
# Standard Netlify redirects
1010
[[redirects]]
11-
from = "https://master--cluster-api-ibmcloud.netlify.com/*"
11+
from = "https://main--kubernetes-sigs-cluster-api-ibmcloud.netlify.com/*"
1212
to = "https://main.cluster-api-ibmcloud.sigs.k8s.io/:splat"
1313
status = 301
1414
force = true
@@ -21,7 +21,7 @@ status = 301
2121
force = true
2222

2323
[[redirects]]
24-
from = "http://main--cluster-api-ibmcloud.netlify.com/*"
24+
from = "http://main--kubernetes-sigs-cluster-api-ibmcloud.netlify.com/*"
2525
to = "http://main.cluster-api-ibmcloud.sigs.k8s.io/:splat"
2626
status = 301
2727
force = true

0 commit comments

Comments
 (0)