From 067768c63d3663ec752ab5185dc35a3f01b308cb Mon Sep 17 00:00:00 2001 From: Victoria Drake <24644237+victoriadrake@users.noreply.github.com> Date: Sat, 24 Jul 2021 13:56:45 +0000 Subject: Update netlify.toml - Fix baseURL flag --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'netlify.toml') diff --git a/netlify.toml b/netlify.toml index 021fcc1..e5a1182 100644 --- a/netlify.toml +++ b/netlify.toml @@ -13,7 +13,7 @@ publish = "exampleSite/docs/" # Default build command. - command = "hugo --gc --minify -t ../.. -d ../docs -v -b /" + command = "hugo --gc --minify -t ../.. -d ../docs -v -b https://hugo-introduction.netlify.app/" [build.environment] - HUGO_VERSION = "0.80.0" \ No newline at end of file + HUGO_VERSION = "0.80.0" -- cgit v1.2.3