Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/epistemehealth/health-science-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEpisteme Health Inc <ehi-git@epistemehealth.com>2020-07-23 06:41:09 +0300
committerEpisteme Health Inc <ehi-git@epistemehealth.com>2020-07-23 06:41:09 +0300
commit1f34e447b9f7eca0c3a873d1baaef940aa59388d (patch)
tree0c7844a39f576e5ba09c0885b0d0610440430eed
parente5fe0bca3619d8c1dece4643a665ea73d38235c0 (diff)
Update netlify.toml
-rw-r--r--exampleSite/netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index 84d987a..e6e0848 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -1,6 +1,6 @@
[build]
publish = "exampleSite/public"
- command = "cd exampleSite && hugo --gc --minify --themesDir ../.. --baseURL https://health-sci-j-demo.netlify.app"
+ command = "hugo --gc --minify --source exampleSite --themesDir ../.. --theme repo --baseURL https://health-sci-j-demo.netlify.app"
[context.production.environment]
HUGO_VERSION = "0.74.2"