en routing

This commit is contained in:
2024-05-22 14:28:57 +05:00
parent 42ed86ff08
commit bc764b6fb1
+1 -1
View File
@@ -11,7 +11,7 @@ const router = createBrowserRouter([
element: <Layout />,
children: [
{
path: "/:villaTitle",
path: "/en/:villaTitle",
element: <ApartmentPage />,
},
{