Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenk Verlinde <henk@ventizo.com>2021-01-12 13:31:13 +0300
committerHenk Verlinde <henk@ventizo.com>2021-01-12 13:31:13 +0300
commit258224c7880911c709f80e478cacf265fafbbb5c (patch)
tree7d4b7457a2df11068bcf0956ff33e371bb80a3ff /netlify.toml
parentb20209bf0c409930f1caea065f5fc806c2036264 (diff)
feat: add hugo extended as a dependency
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/netlify.toml b/netlify.toml
index 60e4898..3ea5ffa 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,9 +3,9 @@
functions = "functions"
[build.environment]
- HUGO_VERSION = "0.78.0"
- NODE_VERSION = "15.0.1"
- NPM_VERSION = "7.0.5"
+ HUGO_VERSION = "0.80.0"
+ NODE_VERSION = "15.5.1"
+ NPM_VERSION = "7.3.0"
[context.production]
command = "hugo -b $URL --gc --minify && npm run build:functions"