From 9fb0a3e934653f9eb40f79287d13c171659c2aa3 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 17 Jan 2023 17:53:42 +0000 Subject: [PATCH] Update dist path --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 34a12a3..3c6e32b 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { "installCommand": "npm install && cd website && npm install", "buildCommand": "cd website && npm run build", - "outputDirectory": "website" + "outputDirectory": "website/dist" } \ No newline at end of file