Explorar el Código

Update base path for local env

Oleg Shuralev hace 4 años
padre
commit
3e93fd5f2e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>