Use netlify.toml

This commit is contained in:
Vincent Prouillet 2022-07-17 21:36:58 +02:00
parent 8c4c185ac5
commit a9d9441c4a
1 changed files with 8 additions and 0 deletions

8
netlify.toml Normal file
View File

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