Update netlify.toml

- Fix baseURL flag
This commit is contained in:
Victoria Drake 2021-07-24 13:56:45 +00:00 committed by GitHub
parent 73ba592d6c
commit 067768c63d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
HUGO_VERSION = "0.80.0"