Skip to content

Commit 4c8d7f6

Browse files
author
Uday
committed
added basename
1 parent f28b21b commit 4c8d7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const App = () => {
1818
const [progress, setProgress] = useState(0);
1919

2020
return (
21-
<BrowserRouter>
21+
<BrowserRouter basename='/ScoNews'>
2222
<div >
2323
<NavBar/>
2424
<LoadingBar

0 commit comments

Comments
 (0)