Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 6803e27

Browse files
author
Ayush Agarwal
committed
ci: add configuration for netlify
1 parent dca3551 commit 6803e27

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

netlify.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[build]
2+
# base = "project/"
3+
publish = "public/"
4+
command = "zola build"
5+
6+
[build.environment]
7+
ZOLA_VERSION = "0.15.3"
8+
9+
[context.deploy-preview]
10+
command = "zola build --base-url $DEPLOY_PRIME_URL"

0 commit comments

Comments
 (0)