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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netlify.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml
index 021fcc1..e5a1182 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -13,7 +13,7 @@
publish = "exampleSite/docs/"
# Default build command.
- command = "hugo --gc --minify -t ../.. -d ../docs -v -b /"
+ command = "hugo --gc --minify -t ../.. -d ../docs -v -b https://hugo-introduction.netlify.app/"
[build.environment]
- HUGO_VERSION = "0.80.0" \ No newline at end of file
+ HUGO_VERSION = "0.80.0"