Skip to content

Commit

Permalink
Release: 배포테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
yongseong2 committed Nov 4, 2024
1 parent 463c4b1 commit e1b817d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ import './index.css';
import { BrowserRouter } from 'react-router-dom';

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

0 comments on commit e1b817d

Please sign in to comment.