Skip to content

Commit

Permalink
feat: update netlify.toml for netlify-cli use
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Mar 17, 2021
1 parent 20bac2a commit 9581fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
NPM_VERSION = "7.3.0"

[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]
command = "npx hugo --gc --minify -b $DEPLOY_PRIME_URL"
Expand Down

0 comments on commit 9581fc4

Please sign in to comment.