Skip to content

Commit

Permalink
Ещё оддна попытка исправления для GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyAkkuratov committed May 30, 2024
1 parent 9f431c7 commit f076c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ module.exports = {
devtool: "inline-source-map",
plugins: [
new HtmlWebpackPlugin({
template: "./src/index.html",
filename: "./index.html",
template: "src/index.html",
filename: "index.html",
}),
new DefinePlugin({
PREFIX: JSON.stringify(PREFIX),
Expand Down

0 comments on commit f076c2d

Please sign in to comment.