Skip to content

Commit

Permalink
Update netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfoxtyler authored Aug 11, 2024
1 parent beb9ce8 commit bc44b33
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,24 @@
HUGO_VERSION = "0.91.0"
LOOP = "false"
HOST = "/"

[context.branch-deploy]
command = "./scripts/branchdeploy.sh $DEPLOY_PRIME_URL $HEAD"

[context.branch-deploy.environment]
HUGO_VERSION = "0.91.0"
LOOP = "false"
HOST = "/"

[[plugins]]
package = "@algolia/netlify-plugin-crawler"
[plugins.inputs]
branches = ['main','release/*']
disabled = false
renderJavaScript = false
template = "hierarchical"

[[redirects]]
from = "/docs/dgraphcloud/*"
to = "/docs/cloud:splat"
status = 301

0 comments on commit bc44b33

Please sign in to comment.