diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..5258b63 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,11 @@ +# We don't currently use Netlify for deployments/serving. + +[build] +publish = "public" +command = "zola build" + +[build.environment] +ZOLA_VERSION = "0.12.2" + +[context.deploy-preview] +command = "zola build --base-url $DEPLOY_PRIME_URL"