From b35e959e3f92930865dbf74fc23644490dfc4c2f Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Mon, 29 Apr 2024 00:55:52 +0700 Subject: [PATCH] Update netlify.toml --- netlify.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index 3cdc531..b620d3c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build] - command = "hugo --gc --minify -b $URL --themesDir ../../" + command = "hugo --gc --minify -b $URL" base = "exampleSite" publish = "exampleSite/public" @@ -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"