Skip to content

Commit 8532c55

Browse files
authored
Add router basename (#21)
1 parent b61952f commit 8532c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const App: React.FC = () => {
7979

8080
return (
8181
<ThemeProvider theme={theme}>
82-
<Router>
82+
<Router basename="/graphrag-visualizer">
8383
<Container disableGutters maxWidth={false}>
8484
<CssBaseline />
8585

0 commit comments

Comments
 (0)