fix(SW-2758): Using ?s queryparameter again to handle sidepeeks on hotel pages

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-05-26 09:09:52 +00:00
parent 532f45a79c
commit c963891ca7
10 changed files with 74 additions and 84 deletions

View File

@@ -83,7 +83,7 @@ function setCardProps(
heading,
scriptedTopTitle,
secondaryButton: {
href: `#s-${slug}`,
href: `?s=${slug}`,
title: buttonText,
isExternal: false,
scrollOnClick: false,