We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffcbbb commit 2747795Copy full SHA for 2747795
1 file changed
netlify.toml
@@ -1,4 +1,6 @@
1
[build]
2
command = "pnpm build:netlify"
3
-publish = "."
4
-edge_functions = ".netlify"
+publish = ".netlify"
+edge_functions = ".netlify/functions"
5
+[functions]
6
+ directory = ".netlify/functions"
0 commit comments