chore: make rooms (odalar) section passive

This commit is contained in:
Ayris Dev
2026-07-13 23:18:38 +03:00
parent bc1d46a0fe
commit 0495046f23
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ const baseUrl = 'https://kitebeachakyaka.com.tr';
const langs = ['tr', 'en'];
const routes = [
{ path: '', changeFrequency: 'daily' as const, priority: 1.0 },
{ path: '/odalar', changeFrequency: 'weekly' as const, priority: 0.9 },
// { path: '/odalar', changeFrequency: 'weekly' as const, priority: 0.9 },
{ path: '/aktiviteler', changeFrequency: 'weekly' as const, priority: 0.9 },
{ path: '/etkinlikler', changeFrequency: 'weekly' as const, priority: 0.9 },
{ path: '/restoran', changeFrequency: 'weekly' as const, priority: 0.8 },