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

github.com/themefisher/meghna-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidbaillydev <65706353+davidbaillydev@users.noreply.github.com>2021-01-09 04:38:55 +0300
committerdavidbaillydev <65706353+davidbaillydev@users.noreply.github.com>2021-01-09 04:38:55 +0300
commitab9b42d327db42c40d0c917d7ddd017b523dd63b (patch)
treede6d159706073b02a1aa732c13e62cf4a80d8c5e
parentae1580a468040b842490c075a1bc2ccf24bdee70 (diff)
prduc1
-rw-r--r--netlify.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index ca41979..b2eab94 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,6 +1,6 @@
[build]
- publish = "exampleSite/public"
- command = "cd exampleSite && hugo --gc --themesDir ../.."
+ publish = "themes/public"
+ command = "cd themes && hugo --gc --themesDir ../.."
[build.environment]
HUGO_VERSION = "0.79.0"