Merged in fix/mystays-urls (pull request #1647)

Fix mystays url

* Fix mystays url


Approved-by: Michael Zetterberg
This commit is contained in:
Linus Flood
2025-03-26 13:17:08 +00:00
parent 3456235dd0
commit a1f539a810

View File

@@ -83,7 +83,7 @@ async function updateStaysBookingUrl(
if (env.HIDE_FOR_NEXT_RELEASE) {
// Temporary Url, domain and lang support for current web
let bookingUrl = new URL(
bookingUrl = new URL(
"/hotelreservation/my-booking",
env.PUBLIC_URL || "https://www.scandichotels.com" // fallback to production for ephemeral envs (like deploy previews)
)