This commit is contained in:
2024-05-28 15:55:15 +05:00
parent 8a4b84d45d
commit 9f3ea5ce2c
+2 -2
View File
@@ -11,11 +11,11 @@ const router = createBrowserRouter([
element: <Layout />,
children: [
{
path: "/:villaTitle",
path: "ar/:villaTitle",
element: <ApartmentPage />,
},
{
path: "/",
path: "ar/",
element: <MainPage />,
},
],