Browse Source

Update base path for local env

Oleg Shuralev 4 years ago
parent
commit
3e93fd5f2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kafka-ui-react-app/public/index.html

+ 1 - 1
kafka-ui-react-app/public/index.html

@@ -8,7 +8,7 @@
     <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
     <title>Kafka UI</title>
     <script type="text/javascript">
-      window.basePath = "/";
+      window.basePath = "";
     </script>
   </head>
   <body>