From 873dbbc561a38929c9450936511b06f4de259e0b Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 18 Sep 2021 15:16:30 -0500 Subject: [PATCH] Try including static folder in all functions --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index a561be3..01a53b7 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,10 @@ { "github": { "enabled": true + }, + "functions": { + "api/*.js": { + "includeFiles": "static/**" + } } }