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' }),