Skip to content

Commit a1e8be1

Browse files
committed
Update App.tsx
1 parent e2cf821 commit a1e8be1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const App = () => (
1919
<TooltipProvider>
2020
<Toaster />
2121
<Sonner />
22-
<BrowserRouter>
22+
<BrowserRouter basename="/CG">
2323
<div className="flex flex-col min-h-screen">
2424
<Header />
2525
<main className="flex-grow">
@@ -39,4 +39,4 @@ const App = () => (
3939
</QueryClientProvider>
4040
);
4141

42-
export default App;
42+
export default App;

0 commit comments

Comments
 (0)