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