Skip to content

Commit

Permalink
Fix: 배포테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
yongseong2 committed Nov 5, 2024
1 parent 267c406 commit 711247a
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 @@ -4,7 +4,7 @@ import './index.css';
import { BrowserRouter } from 'react-router-dom';

createRoot(document.getElementById('root')!).render(
<BrowserRouter basename={import.meta.env.PROD ? '/sumbisori-frontend' : '/'}>
<BrowserRouter>
<App />
</BrowserRouter>,
);

0 comments on commit 711247a

Please sign in to comment.