Skip to content

Commit 5bf1ae5

Browse files
authored
Merge pull request #2323 from estroz/cherrypick/2321-book-v3
📖 fix(netlify): fix broken redirect resource
2 parents f4b5e49 + b59b8b2 commit 5bf1ae5

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
@@ -90,7 +90,7 @@
9090
from = "https://go.kubebuilder.io/releases/:version/:os/:arch"
9191
# I don't quite know why, but netlify (or at least the dev mode) *insists*
9292
# on eating every other query parameter, so just use paths instead
93-
to = "/.netlify/functions/handle-version/:version/:os/:arch"
93+
to = "/.netlify/functions/handle-version/releases/:version/:os/:arch"
9494
# 200 --> don't redirect to the the function then to whereever it says,
9595
# just pretend like the function is mounted directly here
9696
status = 200

0 commit comments

Comments
 (0)