diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..b76952b --- /dev/null +++ b/netlify.toml @@ -0,0 +1,20 @@ +[build] +publish = "public" +command = "hugo --gc" + +[context.production.environment] +HUGO_VERSION = "0.59.1" + +[context.deploy-preview] +command = "hugo -D -F -b $DEPLOY_PRIME_URL" + +[context.deploy-preview.environment] +HUGO_VERSION = "0.59.1" + +[context.branch-deploy] +command = "hugo --gc -b $DEPLOY_PRIME_URL" + +[context.branch-deploy.environment] +HUGO_VERSION = "0.59.1" + +