Skip to content

Commit

Permalink
change path for index.html in webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
onetrickwolf committed Jun 24, 2023
1 parent fc4e8dc commit 26f9b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const appConfig = {
}),
new HtmlWebpackPlugin(
{
template: './public/index.html'
template: './index.html'
}),
],
performance: {
Expand Down

0 comments on commit 26f9b1b

Please sign in to comment.