From ab752dc7e6051c2c93fe2fa8f5fe7c0c3753a8ea Mon Sep 17 00:00:00 2001 From: Gianmarco Fraccaroli Date: Sat, 14 Sep 2024 11:51:16 +0200 Subject: [PATCH] fix: docker nginx config --- apps/faucet/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/faucet/webpack.config.js b/apps/faucet/webpack.config.js index b4f05e7d3..e9e6debc8 100644 --- a/apps/faucet/webpack.config.js +++ b/apps/faucet/webpack.config.js @@ -60,7 +60,7 @@ module.exports = { faucet: "./src", }, output: { - publicPath: "", + publicPath: "/", path: resolve(__dirname, `./build/`), filename: "[name].bundle.js", },