diff --git a/netlify.toml b/netlify.toml index 9a3bbb9..27d3b9e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,6 @@ [build] functions = "netlify-functions" + command = ":" [[redirects]] from = "/*" to = "/.netlify/functions/app"