We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d34ed commit d856501Copy full SHA for d856501
src/index.js
@@ -11,7 +11,6 @@ import Viz from "./pages/viz";
11
12
function App() {
13
return Router({
14
- basename: window.IS_PRODUCTION ? "bibliograph2" : "",
15
routes: [
16
{ path: "/", component: Start },
17
{ path: "/search", component: Search },
0 commit comments