From 660aa2bbe1a2271abde3c8f679d6d223b63c156d Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 2 Sep 2023 21:57:51 +0200 Subject: [PATCH] Update vercel.json --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index d4e9310..ec3c350 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { - "framework": null, + "framework": "astro", "installCommand": "pnpm install", "buildCommand": "pnpm run build", - "outputDirectory": "public", + "outputDirectory": "dist", "devCommand": "pnpm run dev" }