From 713ae63758446d1564cfc5ea7d2dca402d1c9de5 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Mon, 18 Apr 2022 15:33:13 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=B0=83=E6=95=B4=E9=87=8D=E5=AE=9A?= =?UTF-8?q?=E5=90=91=E4=BD=8D=E7=BD=AE,=20=E4=BF=AE=E5=A4=8D=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E6=97=B6=E9=87=8D=E5=AE=9A=E5=90=91=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E4=B8=8D=E6=AD=A3=E7=A1=AE=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/assets/vercel.json => vercel.json | 0 web/build/webpack.config.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename web/assets/vercel.json => vercel.json (100%) diff --git a/web/assets/vercel.json b/vercel.json similarity index 100% rename from web/assets/vercel.json rename to vercel.json diff --git a/web/build/webpack.config.ts b/web/build/webpack.config.ts index 32935949..7c2ed695 100644 --- a/web/build/webpack.config.ts +++ b/web/build/webpack.config.ts @@ -84,7 +84,7 @@ const plugins: Configuration['plugins'] = [ to: 'images/logo/', }, { - from: path.resolve(ROOT_PATH, './assets/vercel.json'), + from: path.resolve(ROOT_PATH, '../assets/vercel.json'), to: 'vercel.json', }, ],