From 4be0a7b13abc531694600540da2ad87df4cfb9a1 Mon Sep 17 00:00:00 2001 From: Dmitry Kolosov Date: Sun, 16 Jan 2022 15:59:45 +0300 Subject: [PATCH] bump hugo version --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index e52bdcb..b41ac36 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "exampleSiteMultilingual/public" command = "cd exampleSiteMultilingual && hugo --themesDir=../.. --baseURL $URL" [build.environment] -HUGO_VERSION = "0.91.0" +HUGO_VERSION = "0.92.0" HUGO_THEME = "repo" [context.deploy-preview] @@ -12,4 +12,4 @@ command = "cd exampleSiteMultilingual && hugo --themesDir=../.. --buildFuture - [[headers]] for = "/*" [headers.values] - Access-Control-Allow-Origin = "*" \ No newline at end of file + Access-Control-Allow-Origin = "*"