Skip to content

Commit

Permalink
added basename
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivamani-18 committed Jul 24, 2024
1 parent 8318b55 commit d9cd6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Header from './components/Header/Header';

function App() {
return (
<Router>
<Router basename='/vite-react-ts-boilerplate'>
<div className='min-h-screen bg-background-light dark:bg-background-dark text-text-light dark:text-text-dark'>
<div className='mb-10'>
<Header />
Expand Down

0 comments on commit d9cd6b5

Please sign in to comment.