From 369841a42c55f43b051d1490f559479173d69ce5 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Sun, 9 Jul 2023 19:07:30 +0100 Subject: [PATCH] build(*): Remove functions from netlify config --- netlify.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index cc47885..4d51747 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,3 @@ [build] command = "npm run build" publish = "build" - -[functions] - directory = "functions" \ No newline at end of file