From 1f27ed029e6d9a3bc0ffebcfbbb514865292cddc Mon Sep 17 00:00:00 2001 From: weru <onewesh@gmail.com> Date: Tue, 06 Oct 2020 18:43:59 +0000 Subject: [PATCH] edit theme demo url --- exampleSite/netlify.toml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml index 6a1aab0..366be5f 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://docs.neuralvibes.com" [context.production.environment] HUGO_VERSION = "0.74.3" -- Gitblit v1.10.0