From 75d227a1d81b4a2c63f5c6d0557c7a19dcbacc2f Mon Sep 17 00:00:00 2001 From: HelloRusk Date: Mon, 2 Nov 2020 18:31:11 +0900 Subject: fix netlify.toml --- netlify.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index fd9d9be..d2d9acf 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,2 +1,8 @@ [context.production.environment] - HUGO_VERSION = "0.60.1" \ No newline at end of file +HUGO_VERSION = "0.77.0" +HUGO_ENV = "production" +RUBY_VERSION = "2.6.2" + +[context.deploy-preview.environment] +HUGO_VERSION = "0.77.0" +RUBY_VERSION = "2.6.2" \ No newline at end of file -- cgit v1.2.3