fix: Added translated city name to meta title
Approved-by: Linus Flood Approved-by: Matilda Landström
This commit is contained in:
@@ -114,11 +114,15 @@ export const rawMetadataSchema = z.object({
|
||||
hotelData: hotelAttributesSchema
|
||||
.pick({
|
||||
name: true,
|
||||
address: true,
|
||||
detailedFacilities: true,
|
||||
hotelContent: true,
|
||||
healthFacilities: true,
|
||||
})
|
||||
.merge(
|
||||
z.object({
|
||||
translatedCityName: z.string(),
|
||||
})
|
||||
)
|
||||
.nullish(),
|
||||
additionalHotelData: additionalDataAttributesSchema
|
||||
.pick({
|
||||
|
||||
Reference in New Issue
Block a user