Merged in fix/mystays-urls (pull request #1647)
Fix mystays url * Fix mystays url Approved-by: Michael Zetterberg
This commit is contained in:
@@ -83,7 +83,7 @@ async function updateStaysBookingUrl(
|
|||||||
|
|
||||||
if (env.HIDE_FOR_NEXT_RELEASE) {
|
if (env.HIDE_FOR_NEXT_RELEASE) {
|
||||||
// Temporary Url, domain and lang support for current web
|
// Temporary Url, domain and lang support for current web
|
||||||
let bookingUrl = new URL(
|
bookingUrl = new URL(
|
||||||
"/hotelreservation/my-booking",
|
"/hotelreservation/my-booking",
|
||||||
env.PUBLIC_URL || "https://www.scandichotels.com" // fallback to production for ephemeral envs (like deploy previews)
|
env.PUBLIC_URL || "https://www.scandichotels.com" // fallback to production for ephemeral envs (like deploy previews)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user