From 5b4562b315e92bc7617f1582b2973e78767353c5 Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Fri, 1 Jan 2021 15:56:46 +0200 Subject: [PATCH] Add Netlify.toml --- netlify.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 netlify.toml 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"