Skip to content

Commit

Permalink
Add netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
aaranxu committed May 3, 2021
1 parent 616be97 commit 6887e4e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[build]
publish = "public"
command = "zola build"

[build.environment]
ZOLA_VERSION = "0.13.0"

[context.deploy-preview]
command = "zola build --base-url $DEPLOY_PRIME_URL"

0 comments on commit 6887e4e

Please sign in to comment.