장바구니에 상품이 없습니다.
home2 › 게시판 › React 게시판 › 페이지 이동시
http://localhost:5173/detail/cart http://localhost:5173/detail/1 에서 메뉴 <Route path="/cart" element={<Cart/>}></Route> 를 클릭하면 http://localhost:5173/cart로 넘어가야하는데. http://localhost:5173/detail/cart로 변경되는 이슈는 어떻게 해야할가요.
Route는 html보여주는 곳이라 Link태그나 navigate()에 경로 /cart라고 잘되어있나 확인합시다