Files
web/apps/scandic-redirect
Joakim Jäderberg 213bd2c561 Merged in fix/SW-2427-floating-booking-widget-fullwidth (pull request #1826)
fix: when floating booking widget is sticky let it have white background all the way out. SW-2427

* fix: when floating booking widget is sticky let it have white background all the way out.
Resolves SW-2427

* pr: move styling variants to it's own file


Approved-by: Christian Andolf
2025-04-17 08:56:24 +00:00
..

scandic-redirect

Netlify Function to handle redirect URLs for Current web -> New web during go live.

This function will be called by the web app's middleware to check if the incoming request contains a legacy URL that should be redirected. The "source of truth" for which URLs should be redirected where will be provided by the SEO team and put in a JSON file within this app.

If no match for the incoming request is found, the request is passed on through the middleware.