Update base url for the theme

This commit is contained in:
Ratan Kulshreshtha 2020-09-01 20:36:11 +05:30
parent 77080684a8
commit 1af7d1a617
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
[build]
publish = "public"
command = "zola build"
command = "zola build --base-url https://zen-austin-0c80be.netlify.app"
[build.environment]
ZOLA_VERSION = "0.11.0"
[context.deploy-preview]
command = "zola build --base-url $DEPLOY_PRIME_URL"
command = "zola build --base-url https://zen-austin-0c80be.netlify.app"