netlify: add -b parameter to build command
This commit is contained in:
parent
37763868ca
commit
af81582d7e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[build]
|
[build]
|
||||||
publish = "public"
|
publish = "public"
|
||||||
command = "hugo --gc --minify"
|
command = "hugo --gc --minify -b $URL"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
HUGO_VERSION = "0.69.2"
|
HUGO_VERSION = "0.69.2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue