Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit bc44b33

Browse files
authored
Update netlify.toml
1 parent beb9ce8 commit bc44b33

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

netlify.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,24 @@
1515
HUGO_VERSION = "0.91.0"
1616
LOOP = "false"
1717
HOST = "/"
18+
1819
[context.branch-deploy]
1920
command = "./scripts/branchdeploy.sh $DEPLOY_PRIME_URL $HEAD"
21+
2022
[context.branch-deploy.environment]
2123
HUGO_VERSION = "0.91.0"
2224
LOOP = "false"
2325
HOST = "/"
26+
2427
[[plugins]]
2528
package = "@algolia/netlify-plugin-crawler"
2629
[plugins.inputs]
2730
branches = ['main','release/*']
2831
disabled = false
2932
renderJavaScript = false
3033
template = "hierarchical"
34+
35+
[[redirects]]
36+
from = "/docs/dgraphcloud/*"
37+
to = "/docs/cloud:splat"
38+
status = 301

0 commit comments

Comments
 (0)