about summary refs log tree commit diff stats
path: root/netlify.toml
diff options
context:
space:
mode:
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml index bf33892..119ae98 100644 --- a/netlify.toml +++ b/netlify.toml
@@ -4,6 +4,12 @@
4 [build.environment] 4 [build.environment]
5 ZOLA_VERSION = "0.12.2" 5 ZOLA_VERSION = "0.12.2"
6 6
7[context.deploy-preview]
8command = "zola build --base-url $DEPLOY_PRIME_URL"
9
10[context.branch-deploy]
11command = "zola build --base-url $DEPLOY_PRIME_URL"
12
7[[redirects]] 13[[redirects]]
8 from = "https://alanpearceeu.netlify.com/*" 14 from = "https://alanpearceeu.netlify.com/*"
9 to = "https://www.alanpearce.eu/:splat" 15 to = "https://www.alanpearce.eu/:splat"