fix: comment netlify preview & deploy

This commit is contained in:
Bharat Singh Bhadwal 2025-04-19 17:53:10 +05:30
parent c024fa653a
commit 5e915275d2

View File

@ -10,11 +10,11 @@
[context.production.environment] [context.production.environment]
HUGO_ENV = "production" HUGO_ENV = "production"
[context.branch-deploy] #[context.branch-deploy]
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}" # command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}"
[context.deploy-preview] #[context.deploy-preview]
command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}" # command = "cd exampleSite && hugo --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}"
[[plugins]] [[plugins]]
package = "netlify-plugin-hugo-cache-resources" package = "netlify-plugin-hugo-cache-resources"