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"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.139.3"
|
||||
NODE_VERSION = "18.18.2"
|
||||
HUGO_VERSION = "0.145.0"
|
||||
NODE_VERSION = "22.14.0"
|
||||
BUILD_WITH_CONTAINER = "0"
|
||||
GO_VERSION = "1.21.3"
|
||||
PYTHON_VERSION = "3.8"
|
||||
RUBY_VERSION = "3.0.6"
|
||||
GO_VERSION = "1.24.2"
|
||||
PYTHON_VERSION = "3.12.3"
|
||||
RUBY_VERSION = "3.2.3"
|
||||
|
||||
[[headers]]
|
||||
for = "/*"
|
||||
|
|
Loading…
Reference in New Issue