base path for react router fix
This commit is contained in:
parent
aafc4078ae
commit
1dae163cad
1 changed files with 2 additions and 2 deletions
|
|
@ -37,9 +37,9 @@ function AuthenticatedRoute({ children }: { children: React.ReactNode }) {
|
|||
|
||||
function AppContent() {
|
||||
const { toasts, removeToast } = useToastContext();
|
||||
|
||||
|
||||
return (
|
||||
<Router>
|
||||
<Router basename="/video-accessibility">
|
||||
<div className="min-h-screen bg-gray-50">
|
||||
<Routes>
|
||||
<Route path="/login" element={<Login />} />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue