feat: update netlify.toml for netlify-cli use
This commit is contained in:
parent
20bac2a25b
commit
9581fc4c44
|
@ -15,7 +15,7 @@
|
||||||
NPM_VERSION = "7.3.0"
|
NPM_VERSION = "7.3.0"
|
||||||
|
|
||||||
[context.production]
|
[context.production]
|
||||||
command = "npx hugo --gc --minify && npm run build:functions"
|
command = "npx hugo --gc --minify -b $URL && npm run build:functions"
|
||||||
|
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
command = "npx hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
command = "npx hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
||||||
|
|
Loading…
Reference in New Issue