Add Netlify.toml
This commit is contained in:
parent
c95ec31c6b
commit
5b4562b315
11
netlify.toml
Normal file
11
netlify.toml
Normal 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"
|
Loading…
Reference in New Issue
Block a user