Skip to content

Commit

Permalink
remove config file from netlify
Browse files Browse the repository at this point in the history
Signed-off-by: Joao Pereira <[email protected]>
  • Loading branch information
joaopapereira committed Oct 13, 2023
1 parent 30b6d14 commit 9cfe7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ HUGO_VERSION = "0.78.0"
HUGO_ENV = "production"

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

[context.deploy-preview.environment]
HUGO_VERSION = "0.78.0"
Expand Down

0 comments on commit 9cfe7b5

Please sign in to comment.