From 9c8ecbb8bc88cbf3c01587689cf684eee256cac1 Mon Sep 17 00:00:00 2001 From: weru <onewesh@gmail.com> Date: Tue, 06 Oct 2020 16:35:20 +0000 Subject: [PATCH] edit netlify baseURL --- exampleSite/netlify.toml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml index 80a184c..6a1aab0 100644 --- a/exampleSite/netlify.toml +++ b/exampleSite/netlify.toml @@ -1,6 +1,7 @@ [build] publish = "public" -command = "hugo --gc --minify" +#command = "hugo --gc --minify" +command = "hugo --gc --minify --baseURL https://compose-docs.netlify.app" [context.production.environment] HUGO_VERSION = "0.74.3" -- Gitblit v1.10.0