This commit is contained in:
2025-08-18 23:04:44 +02:00
parent c4c40c6499
commit 3318d2fde0
43 changed files with 2020 additions and 58 deletions

View File

@@ -1,5 +1,7 @@
{
"/contact/page": "app/contact/page.js",
"/_not-found/page": "app/_not-found/page.js",
"/page": "app/page.js"
"/page": "app/page.js",
"/story/page": "app/story/page.js",
"/dahabiyas/page": "app/dahabiyas/page.js",
"/itinerary/page": "app/itinerary/page.js",
"/experiences/page": "app/experiences/page.js"
}