Skip to content

Commit

Permalink
fix : test 배포 흰화면 오류
Browse files Browse the repository at this point in the history
  • Loading branch information
Kangnets committed Aug 29, 2024
1 parent 9618b40 commit abf71af
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 @@ -29,7 +29,7 @@ function App() {
return (
<QueryClientProvider client={queryClient}>
<RecoilRoot>
<BrowserRouter basename={import.meta.env.PUBLIC_URL}>
<BrowserRouter basename={process.env.PUBLIC_URL}>
<MainRouter />
<Toaster />
</BrowserRouter>
Expand Down

0 comments on commit abf71af

Please sign in to comment.