Skip to content

Commit

Permalink
Update netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiennm99 committed Apr 28, 2024
1 parent e2ca255 commit b35e959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
command = "hugo --gc --minify -b $URL --themesDir ../../"
command = "hugo --gc --minify -b $URL"
base = "exampleSite"
publish = "exampleSite/public"

Expand All @@ -12,10 +12,10 @@
HUGO_ENV = "production"

[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL --themesDir ../../"
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"

[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL --themesDir ../../"
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"

[[headers]]
for = "*.webmanifest"
Expand Down

0 comments on commit b35e959

Please sign in to comment.