fix build

This commit is contained in:
2025-08-17 15:58:02 +03:00
parent e2543a0c58
commit 7d31a3b3df
197 changed files with 17147 additions and 14530 deletions

View File

@@ -1,4 +1,12 @@
{
"/_not-found/page": "app/_not-found/page.js",
"/dahabiyas/page": "app/dahabiyas/page.js",
"/experiences/page": "app/experiences/page.js",
"/favicon.ico/route": "app/favicon.ico/route.js",
"/gallery/page": "app/gallery/page.js",
"/itinerary/page": "app/itinerary/page.js",
"/page": "app/page.js",
"/favicon.ico/route": "app/favicon.ico/route.js"
"/story/page": "app/story/page.js",
"/(auth)/login/page": "app/(auth)/login/page.js",
"/(auth)/register/page": "app/(auth)/register/page.js"
}