From 5ad452218dcb8e1af3de0770deb1865a600990d3 Mon Sep 17 00:00:00 2001 From: Luiz F. A. de PrĂ¡ <luizdepra@users.noreply.github.com> Date: Sun, 12 Mar 2023 19:20:52 +0000 Subject: [PATCH] Fix arrow extra space and tweet warning (#785) --- netlify.toml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/netlify.toml b/netlify.toml index 11c1739..ef2bf2e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ command = "cd exampleSite && hugo --themesDir=../.. --baseURL $URL" [build.environment] -HUGO_VERSION = "0.79.1" +HUGO_VERSION = "0.111.3" HUGO_THEME = "repo" [context.deploy-preview] -- Gitblit v1.10.0