Skip to content

Commit

Permalink
Add router basename (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
noworneverev authored Oct 23, 2024
1 parent b61952f commit 8532c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const App: React.FC = () => {

return (
<ThemeProvider theme={theme}>
<Router>
<Router basename="/graphrag-visualizer">
<Container disableGutters maxWidth={false}>
<CssBaseline />

Expand Down

0 comments on commit 8532c55

Please sign in to comment.