From 7e3f42d5c765649b19d24d7063a608ba2ba3468f Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 18 Sep 2021 21:37:30 +0100 Subject: [PATCH] :wrench: Specify cloud functions path for Netlify --- netlify.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/netlify.toml b/netlify.toml index a0bf50ec..6601257e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,6 +7,7 @@ base = "/" command = "yarn build" publish = "dist" + functions = "./services/serverless-functions" # Site info, used for the 1-Click deploy page [template.environment]