Skip to content

Commit

Permalink
Added browser router base path
Browse files Browse the repository at this point in the history
  • Loading branch information
Gloria Giannascoli committed Jul 29, 2024
1 parent fc46396 commit 5c4b0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ root.render(
<Auth0Wrapper>
<MockWrapper>
<QueryClientProvider client={queryClient}>
<BrowserRouter>
<BrowserRouter basename={import.meta.env.VITE_PUBLIC_PATH || "/"}>
<ThemeProvider theme={theme}>
<App />
</ThemeProvider>
Expand Down

0 comments on commit 5c4b0b9

Please sign in to comment.