+10
-6
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user