mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-12 08:24:52 -04:00
Add NODE_VERSION to Netlify config examples
This commit is contained in:
parent
3a0f2531ec
commit
3bb006974c
@ -180,6 +180,7 @@ To install Dart Sass for your builds on Netlify, the `netlify.toml` file should
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.137.1"
|
||||
DART_SASS_VERSION = "1.80.6"
|
||||
NODE_VERSION = "22"
|
||||
TZ = "America/Los_Angeles"
|
||||
|
||||
[build]
|
||||
|
@ -181,6 +181,7 @@ To install Dart Sass for your builds on Netlify, the `netlify.toml` file should
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.137.1"
|
||||
DART_SASS_VERSION = "1.80.6"
|
||||
NODE_VERSION = "22"
|
||||
TZ = "America/Los_Angeles"
|
||||
|
||||
[build]
|
||||
|
@ -104,6 +104,7 @@ Create a new file named netlify.toml in the root of your project directory. In i
|
||||
{{< code file=netlify.toml >}}
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.137.1"
|
||||
NODE_VERSION = "22"
|
||||
TZ = "America/Los_Angeles"
|
||||
|
||||
[build]
|
||||
@ -117,6 +118,7 @@ If your site requires Dart Sass to transpile Sass to CSS, the configuration file
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.137.1"
|
||||
DART_SASS_VERSION = "1.80.6"
|
||||
NODE_VERSION = "22"
|
||||
TZ = "America/Los_Angeles"
|
||||
|
||||
[build]
|
||||
|
@ -172,6 +172,7 @@ To install Dart Sass for your builds on Netlify, the `netlify.toml` file should
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.137.1"
|
||||
DART_SASS_VERSION = "1.80.6"
|
||||
NODE_VERSION = "22"
|
||||
TZ = "America/Los_Angeles"
|
||||
|
||||
[build]
|
||||
|
Loading…
x
Reference in New Issue
Block a user