Skip to content

Commit

Permalink
update basename vite-react-ts-boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivamani-18 committed Jul 24, 2024
1 parent fd835c2 commit 4b6611c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ import Header from './components/Header/Header';

function App() {
return (
<Router basename='/'>
<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 />
</div>

<div className='container mx-auto p-6'>
<Routes>
<Route path='/' element={<Home />} />
Expand Down

0 comments on commit 4b6611c

Please sign in to comment.