diff --git a/webapp/webpack.config.ts b/webapp/webpack.config.ts
index 62b3b24d5b77157ba6c16f76dbc74a56b6c83d2b..646e9cf6a7363e879760b127292d78c10f2af364 100644
--- a/webapp/webpack.config.ts
+++ b/webapp/webpack.config.ts
@@ -75,7 +75,6 @@ const config: Configuration = {
   },
   output: {
     path: path.resolve(__dirname, "..", "compendium_v2", "static"),
-    publicPath: '/static/',
     filename: "bundle.js",
   },
   devServer: {