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 c4eb236 commit e46abec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
filename: "[name].js",
chunkFilename: "[name].chunk.js",
path: path.resolve(__dirname, "dist"),
publicPath: "/",
publicPath: `${PREFIX}/`,
},
plugins: [
new HtmlWebpackPlugin({
Expand Down

0 comments on commit e46abec

Please sign in to comment.