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/webpack.config.ts b/web/webpack.config.ts index 95a6a3ba..5f2c16f1 100644 --- a/web/webpack.config.ts +++ b/web/webpack.config.ts @@ -110,10 +110,6 @@ const config: Configuration = { from: path.resolve(__dirname, '../locales'), to: 'locales', }, - { - from: path.resolve(__dirname, './assets/vercel.json'), - to: 'vercel.json', - }, ], }) as any, new MiniCssExtractPlugin({ filename: 'styles-[contenthash].css' }),