diff --git a/web/build/webpack.config.ts b/web/build/webpack.config.ts index 7c2ed695..0c3f2c95 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, '../vercel.json'), to: 'vercel.json', }, ],