mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
Update netlify.toml
- Fix baseURL flag
This commit is contained in:
parent
73ba592d6c
commit
067768c63d
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
publish = "exampleSite/docs/"
|
publish = "exampleSite/docs/"
|
||||||
|
|
||||||
# Default build command.
|
# 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]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.80.0"
|
HUGO_VERSION = "0.80.0"
|
Loading…
Reference in a new issue