Merge branch 'Development' into SIPS-Development

This commit is contained in:
2025-07-03 11:20:38 +01:00
16 changed files with 93 additions and 1326 deletions
+10 -6
View File
@@ -154,9 +154,13 @@ module.exports = {
destination: "/case",
},
{
source: "/achos/id/:slug",
destination: "/case/id/:slug",
source: "/achos/:slug",
destination: "/case/:slug",
},
// {
// source: "/achos/id/:slug",
// destination: "/case/id/:slug",
// },
{
source: "/fymhorth/achos",
destination: "/myportal/case",
@@ -165,10 +169,10 @@ module.exports = {
source: "/fymhorth/ceisiadaudns",
destination: "/myportal/dnsapplications",
},
{
source: "/fymhorth/achos/id/:slug",
destination: "/myportal/case/id/:slug",
},
// {
// source: "/fymhorth/achos/id/:slug",
// destination: "/myportal/case/id/:slug",
// },
{
source: "/fymhorth/achos/:slug",
destination: "/myportal/case/:slug",