Skip to content

Commit

Permalink
fix: some changes to public path
Browse files Browse the repository at this point in the history
  • Loading branch information
Anas12091101 committed Aug 28, 2024
1 parent 621148d commit 6babafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = Object.assign(prodConfig, {
filename: "[name]-[chunkhash].js",
chunkFilename: "[id]-[chunkhash].js",
crossOriginLoading: "anonymous",
publicPath: "/",
publicPath: "",
},

plugins: [
Expand Down

0 comments on commit 6babafa

Please sign in to comment.