diff --git a/client/web/build/webpack.config.ts b/client/web/build/webpack.config.ts index e8eae77c..97190660 100644 --- a/client/web/build/webpack.config.ts +++ b/client/web/build/webpack.config.ts @@ -88,7 +88,7 @@ const plugins: Configuration['plugins'] = [ to: 'images/logo/', }, { - from: path.resolve(ROOT_PATH, '../vercel.json'), + from: path.resolve(ROOT_PATH, '../../vercel.json'), to: 'vercel.json', }, ],