From 63e8bcb2b7b1182a866b186554713a98cfdefec9 Mon Sep 17 00:00:00 2001 From: somrat-gyver Date: Tue, 21 Jul 2020 14:38:05 +0600 Subject: [PATCH] modified netlify settings --- netlify.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 8ef10bbafe..60b1323ef7 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,5 +3,6 @@ command = "cd exampleSite && hugo --gc --themesDir ../.." [build.environment] - HUGO_VERSION = "0.71.1" - HUGO_THEME = "repo" \ No newline at end of file + HUGO_VERSION = "0.73.0" + HUGO_THEME = "repo" + HUGO_BASEURL = "/" \ No newline at end of file