Skip to content

Commit 65ac37d

Browse files
authored
Add proxy install cli install script in Netlify config (#1079)
https://docs.netlify.com/routing/redirects/rewrites-proxies/#proxy-to-another-service Signed-off-by: Michael Beemer <[email protected]>
1 parent 91d5939 commit 65ac37d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

netlify.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@ to = "/specification/:splat"
44

55
[[redirects]]
66
from = "/docs/tutorials/ofo/"
7-
to = "/docs/category/openfeature-operator/"
7+
to = "/docs/category/openfeature-operator/"
8+
9+
[[redirects]]
10+
from = "/scripts/install_cli.sh"
11+
to = "https://raw.githubusercontent.com/open-feature/cli/refs/heads/main/bin/install.sh"
12+
status = 200
13+
force = true
14+
headers = {X-From = "Netlify"}

0 commit comments

Comments
 (0)