Skip to content

Commit 3fcd215

Browse files
committed
netlify
1 parent 2f35b19 commit 3fcd215

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

netlify.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
[build]
22
base = "demo"
33
command = "npm run build"
4-
publish = "demo/dist/public"
4+
publish = "dist/public"
5+
6+
[functions]
7+
directory = "dist"
8+
9+
[build.environment]
10+
NODE_VERSION = "20"

0 commit comments

Comments
 (0)