From a9d9441c4a9a24ca756e3189b75a4b87647c7f17 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Sun, 17 Jul 2022 21:36:58 +0200 Subject: [PATCH] Use netlify.toml --- netlify.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..b1f6962 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,8 @@ +[build] + command = "zola build" + +[build.environment] + ZOLA_VERSION = "0.16.0" + +[context.deploy-preview] + command = "zola build --base-url $DEPLOY_PRIME_URL" \ No newline at end of file