From d636996b0d4193ed0d91126d4c58113d4db4ef5c Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Tue, 06 Oct 2020 16:39:08 +0000
Subject: [PATCH] update

---
 exampleSite/netlify.toml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index 6a9226a..6a1aab0 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -1,7 +1,7 @@
 [build]
 publish = "public"
 #command = "hugo --gc --minify"
-command = "hugo --gc --minify --baseURL \"https://compose-docs.netlify.app\""
+command = "hugo --gc --minify --baseURL https://compose-docs.netlify.app"
 
 [context.production.environment]
 HUGO_VERSION = "0.74.3"

--
Gitblit v1.10.0