Explorar o código

Update base path for local env

Oleg Shuralev %!s(int64=4) %!d(string=hai) anos
pai
achega
3e93fd5f2e
Modificáronse 1 ficheiros con 1 adicións e 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>