We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f35b19 commit 3fcd215Copy full SHA for 3fcd215
netlify.toml
@@ -1,4 +1,10 @@
1
[build]
2
base = "demo"
3
command = "npm run build"
4
- publish = "demo/dist/public"
+ publish = "dist/public"
5
+
6
+[functions]
7
+ directory = "dist"
8
9
+[build.environment]
10
+ NODE_VERSION = "20"
0 commit comments