forked from istio/istio.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
24 lines (21 loc) · 707 Bytes
/
netlify.toml
File metadata and controls
24 lines (21 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[build]
publish = "public"
[build.environment]
# Consult the Docs WG before bumping Hugo.
# Specifically, the version here should match docker/build-tools/Dockerfile in istio/tools,
# and the new build container should have been updated by Automator in istio/test-infra
# before manually updating the version used by Netlify.
HUGO_VERSION = "0.147.8"
NODE_VERSION = "22.14.0"
BUILD_WITH_CONTAINER = "0"
GO_VERSION = "1.24.2"
PYTHON_VERSION = "3.12.3"
RUBY_VERSION = "3.2.3"
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "SAMEORIGIN"
X-XSS-Protection = "1; mode=block"
[[edge_functions]]
path = "/v*"
function = "redirect-to-latest"