From 364315713df80627dc2ea686fc9ec2e90189af9f Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Mon, 18 Apr 2022 15:25:11 +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 --- vercel.json => web/assets/vercel.json | 0 web/build/webpack.config.ts | 4 ++++ 2 files changed, 4 insertions(+) rename vercel.json => web/assets/vercel.json (100%) diff --git a/vercel.json b/web/assets/vercel.json similarity index 100% rename from vercel.json rename to web/assets/vercel.json diff --git a/web/build/webpack.config.ts b/web/build/webpack.config.ts index 57bb9b40..32935949 100644 --- a/web/build/webpack.config.ts +++ b/web/build/webpack.config.ts @@ -83,6 +83,10 @@ const plugins: Configuration['plugins'] = [ from: path.resolve(ROOT_PATH, './assets/images/logo/'), to: 'images/logo/', }, + { + from: path.resolve(ROOT_PATH, './assets/vercel.json'), + to: 'vercel.json', + }, ], }) as any, new MiniCssExtractPlugin({ filename: 'styles-[contenthash].css' }),