From 110ed19eedc74d7ea8aa6d073e27f88aaecffd7b Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sat, 5 Jan 2019 21:57:13 +0900 Subject: [PATCH] Update HUGO_VERSION --- content/en/hosting-and-deployment/hosting-on-netlify.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/hosting-and-deployment/hosting-on-netlify.md b/content/en/hosting-and-deployment/hosting-on-netlify.md index 3fb4ee6cd..a04333d89 100644 --- a/content/en/hosting-and-deployment/hosting-on-netlify.md +++ b/content/en/hosting-and-deployment/hosting-on-netlify.md @@ -67,14 +67,14 @@ For production: ``` [context.production.environment] - HUGO_VERSION = "0.36" + HUGO_VERSION = "0.53" ``` For testing: ``` [context.deploy-preview.environment] - HUGO_VERSION = "0.36" + HUGO_VERSION = "0.53" ``` The Netlify configuration file can be a little hard to understand and get right for the different environment, and you may get some inspiration and tips from this site's `netlify.toml`: