Add Netlify.toml

This commit is contained in:
Stavros Korokithakis 2021-01-01 15:56:46 +02:00
parent c95ec31c6b
commit 5b4562b315
No known key found for this signature in database
GPG Key ID: 26EA345ECD4C2A63

11
netlify.toml Normal file
View File

@ -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"