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:
authorVictoria Drake <24644237+victoriadrake@users.noreply.github.com>2021-07-24 16:56:45 +0300
committerGitHub <noreply@github.com>2021-07-24 16:56:45 +0300
commit067768c63d3663ec752ab5185dc35a3f01b308cb (patch)
tree574d223aededdd5b4970e16d8144db59477685ee /netlify.toml
parent73ba592d6ca28567a0adce1790a81576a6bab107 (diff)
Update netlify.toml
- Fix baseURL flag
Diffstat (limited to 'netlify.toml')
-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"