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