Skip to content

Commit

Permalink
IMPRVS for CI process
Browse files Browse the repository at this point in the history
 - Added basename for react-router
  • Loading branch information
dimaspirit committed Dec 25, 2024
1 parent 4e23b24 commit 5f7e399
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 @@ -7,7 +7,7 @@ import { BrowserRouter } from 'react-router';

createRoot(document.getElementById('root')!).render(
<StrictMode>
<BrowserRouter>
<BrowserRouter basename='/seavo/'>
<App />
</BrowserRouter>
</StrictMode>,
Expand Down

0 comments on commit 5f7e399

Please sign in to comment.