Skip to content

Commit

Permalink
chore: 배포 환경 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
cruelladevil committed May 11, 2023
1 parent e4d6c5a commit f41ec9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "react-shopping-cart",
"homepage": "https://cruelladevil.github.io/react-shopping-cart/",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import NotFoundPage from './pages/NotFoundPage';

function App() {
return (
<BrowserRouter>
<BrowserRouter basename={process.env.PUBLIC_URL}>
<RecoilRoot>
<Routes>
<Route path="/" element={<ProductPage />} />
Expand Down

0 comments on commit f41ec9e

Please sign in to comment.