mirror of https://github.com/istio/istio.io.git
Update the netlify.toml file to the latest version (#16471)
* Update the netlify.toml file to the latest version * Update netlify.toml
This commit is contained in:
parent
ccc780f4f5
commit
ce73adcac7
10
netlify.toml
10
netlify.toml
|
@ -2,12 +2,12 @@
|
||||||
publish = "public"
|
publish = "public"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.139.3"
|
HUGO_VERSION = "0.145.0"
|
||||||
NODE_VERSION = "18.18.2"
|
NODE_VERSION = "22.14.0"
|
||||||
BUILD_WITH_CONTAINER = "0"
|
BUILD_WITH_CONTAINER = "0"
|
||||||
GO_VERSION = "1.21.3"
|
GO_VERSION = "1.24.2"
|
||||||
PYTHON_VERSION = "3.8"
|
PYTHON_VERSION = "3.12.3"
|
||||||
RUBY_VERSION = "3.0.6"
|
RUBY_VERSION = "3.2.3"
|
||||||
|
|
||||||
[[headers]]
|
[[headers]]
|
||||||
for = "/*"
|
for = "/*"
|
||||||
|
|
Loading…
Reference in New Issue