Skip to content

Commit 2025070

Browse files
authored
add deploy + branch config
1 parent df379e2 commit 2025070

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

netlify.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ CI = "false"
66
[build.environment]
77
NODE_VERSION = "20"
88

9+
[context.deploy-preview]
10+
command = "npm run build"
11+
CI = "false"
12+
13+
[context.branch-deploy]
14+
command = "npm run build"
15+
CI = "false"
16+
917
[[redirects]]
1018
from = "/.well-known/*"
1119
to = "/.well-known/:splat"

0 commit comments

Comments
 (0)