istio.io/netlify.toml

24 lines
706 B
TOML

[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.4"
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"