Skip to content

Commit

Permalink
Fix netlify redirects
Browse files Browse the repository at this point in the history
Signed-off-by: Prajyot-Parab <[email protected]>
  • Loading branch information
Prajyot-Parab authored and k8s-infra-cherrypick-robot committed Aug 23, 2023
1 parent 94967ea commit b3f3d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GO_VERSION = "1.19"

# Standard Netlify redirects
[[redirects]]
from = "https://master--cluster-api-ibmcloud.netlify.com/*"
from = "https://main--kubernetes-sigs-cluster-api-ibmcloud.netlify.com/*"
to = "https://main.cluster-api-ibmcloud.sigs.k8s.io/:splat"
status = 301
force = true
Expand All @@ -21,7 +21,7 @@ status = 301
force = true

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

0 comments on commit b3f3d9f

Please sign in to comment.