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

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netlify.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
index 242f1de..4ee4b2d 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -4,6 +4,7 @@
[build.environment]
HUGO_VERSION = "0.73.0"
+ NODE_VERSION = "12.16.2"
[context.deploy-preview]
command = "cd .. && mv repo bento && cd bento && HUGO_BASEURL=$DEPLOY_PRIME_URL yarn build:example && cp -r exampleSite/public ../repo"