Merge pull request #32 from getzola/netlify

Use netlify.toml
This commit is contained in:
Vincent Prouillet 2022-07-17 21:42:04 +02:00 committed by GitHub
commit 3da2668a61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"