From 768a0fbda766d364e2ff2d18a696d2749eceb1ef Mon Sep 17 00:00:00 2001 From: Genji Date: Wed, 15 Nov 2023 14:19:42 +0900 Subject: [PATCH] sync w/ slidev latest standard --- vercel.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 0d199b2..9276941 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,7 @@ { "rewrites": [ { "source": "/(.*)", "destination": "/index.html" } - ] + ], + "buildCommand": "npm run build", + "outputDirectory": "dist" }