We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1099b commit 2c735caCopy full SHA for 2c735ca
netlify.toml
@@ -1,6 +1,13 @@
1
[build]
2
publish = "public"
3
+ command = "hugo --baseURL=$BASEURL"
4
+[context.production.environment]
5
+ BASEURL = "https://istio.io/"
6
+[context.prelim.environment]
7
+ BASEURL = "https://preliminary.istio.io/"
8
9
+[context.deploy-preview.environment]
10
+ BASEURL = "$DEPLOY_PRIME_URL/"
11
[build.environment]
12
# Consult the Docs WG before bumping Hugo.
13
# Specifically, the version here should match docker/build-tools/Dockerfile in istio/tools,
0 commit comments