Skip to content

Commit b59b8b2

Browse files
committed
fix(netlify): fix broken redirect resource
Signed-off-by: Eric Stroczynski <[email protected]>
1 parent f4b5e49 commit b59b8b2

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)