Files
web/apps/scandic-redirect
Arvid Norlin 058f6e8c93 Merged in fix/SW-2431-updated-redirects (pull request #1992)
fix(SW-2431): update redirect lists

* fix(SW-2431): update redirect lists


Approved-by: Michael Zetterberg
2025-05-07 11:01:09 +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.