From fe36957bc9978f4625c5c22a58e6a6fe8ea9ff42 Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Mon, 16 Jan 2023 16:20:01 +0800 Subject: [PATCH] fix: vercel.json --- frontend/vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/vercel.json b/frontend/vercel.json index c0042eb..4108815 100644 --- a/frontend/vercel.json +++ b/frontend/vercel.json @@ -3,5 +3,5 @@ "cleanUrls": true, "famework": "nuxtjs", "installCommand": "yarn install", - "outputDirectory": "dist" -} \ No newline at end of file + "outputDirectory": "public" +}