diff --git a/src/components/HouseItem.tsx b/src/components/HouseItem.tsx index ad9974c..5437d7a 100644 --- a/src/components/HouseItem.tsx +++ b/src/components/HouseItem.tsx @@ -18,7 +18,7 @@ const HouseItem = ({ villa }: HouseItemProps) => { const handleOnKnowMoreButton = () => { setModal(null); - navigate(`en/villa/${villa.type}`); + navigate(`../en/villa/${villa.type}`); }; return (