Browse Source

Update base path for local env

Oleg Shuralev 4 năm trước cách đây
mục cha
commit
3e93fd5f2e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>