Skip to content

Commit

Permalink
chore: move vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Jul 9, 2021
1 parent e555a7c commit bd441a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
File renamed without changes.
4 changes: 0 additions & 4 deletions web/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' }),
Expand Down

0 comments on commit bd441a4

Please sign in to comment.