Skip to content

Commit 2d682eb

Browse files
committed
Add Netlify build config (command, publish dir, Node 20)
1 parent a4c6db5 commit 2d682eb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

netlify.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
[build]
2+
command = "npm run build"
3+
publish = "build"
4+
5+
[build.environment]
6+
NODE_VERSION = "20"
7+
18
[[redirects]]
29
from = "/*"
310
to = "/index.html"

0 commit comments

Comments
 (0)