We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42efb4b commit 9608b29Copy full SHA for 9608b29
src/App.js
@@ -13,7 +13,7 @@ import GraphsVisualiser from "./components/GraphsVisualiser";
13
14
function App() {
15
return (
16
- <BrowserRouter basename={'bkprograms.github.io/'}>
+ <BrowserRouter>
17
<Navbar/>
18
<br/>
19
<Routes>
0 commit comments