Skip to content

Commit

Permalink
fix: docker nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Sep 14, 2024
1 parent deb71da commit ab752dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/faucet/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = {
faucet: "./src",
},
output: {
publicPath: "",
publicPath: "/",
path: resolve(__dirname, `./build/`),
filename: "[name].bundle.js",
},
Expand Down

0 comments on commit ab752dc

Please sign in to comment.