Skip to content

Commit 803103c

Browse files
authored
Merge pull request #2306 from marquiz/devel/netlify-redirect
netlify: fix too aggressive redirects
2 parents 8477908 + c096500 commit 803103c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
PAGES_DISABLE_NETWORK = "1"
88

99
[[redirects]]
10-
from = "/*"
10+
from = "https://nfd.sigs.k8s.io/*"
1111
to = "https://release-0-17--kubernetes-sigs-nfd.netlify.app/:splat"
1212
status = 301
1313
force = true

0 commit comments

Comments
 (0)