This commit is contained in:
mstfyldz
2026-07-07 12:00:32 +03:00
parent 22015bdbd2
commit 02fb682f63
5 changed files with 101 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ async function getSiteSettings() {
logoUrl: settings['logo_url'] || '/logo.png',
location: settings['location'] || 'Akyaka · Muğla',
restaurantName: settings['restaurant_name'] || 'Moy Beach',
googleReviewUrl: settings['google_review_url'] || '',
}
}