From 2280100856e35109dced4119f7e09b8d16883f7c Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sun, 27 Feb 2022 13:07:47 -0600 Subject: [PATCH] Try setting output directory via vercel.json --- vercel.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vercel.json b/vercel.json index 0cae358..802aff8 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,11 @@ { + "builds": [ + { + "src": "package.json", + "use": "@vercel/static-build", + "config": { "distDir": "static" } + } + ], "github": { "silent": true }