feat(SW-2007): Added metadata for hotel subpages
Approved-by: Fredrik Thorsson Approved-by: Matilda Landström
This commit is contained in:
@@ -250,10 +250,12 @@ export const metadataQueryRouter = router({
|
||||
...hotelPageData,
|
||||
...(hotelData
|
||||
? {
|
||||
hotelData: hotelData?.hotel,
|
||||
additionalHotelData: hotelData?.additionalData,
|
||||
hotelData: hotelData.hotel,
|
||||
additionalHotelData: hotelData.additionalData,
|
||||
hotelRestaurants: hotelData.restaurants,
|
||||
}
|
||||
: {}),
|
||||
subpageUrl: input.subpage,
|
||||
})
|
||||
break
|
||||
case PageContentTypeEnum.startPage:
|
||||
|
||||
Reference in New Issue
Block a user