mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-31 10:42:38 +00:00
Add NODE_VERSION to Netlify config examples
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user