fomrs split out
This commit is contained in:
+30
-5
@@ -27,28 +27,53 @@ module.exports = {
|
||||
return [
|
||||
{
|
||||
source: "/ceisiadaudns",
|
||||
destination: "/dnsapplications", // The :path parameter isn't used here so will be automatically passed in the query
|
||||
destination: "/dnsapplications",
|
||||
},
|
||||
{
|
||||
source: "/manyliondns",
|
||||
destination: "/dnsdetails", // The :path parameter isn't used here so will be automatically passed in the query
|
||||
destination: "/dnsdetails",
|
||||
},
|
||||
{
|
||||
source: "/canlyniadauchwilio",
|
||||
destination: "/searchresults", // The :path parameter isn't used here so will be automatically passed in the query
|
||||
destination: "/searchresults",
|
||||
},
|
||||
{
|
||||
source: "/fymhorth/canlyniadauchwilio",
|
||||
destination: "/myportal/searchresults",
|
||||
},
|
||||
{
|
||||
source: "/chwiliouwch",
|
||||
destination: "/advancedsearch",
|
||||
},
|
||||
{
|
||||
source: "/fymhorth/chwiliouwch",
|
||||
destination: "/myportal/advancedsearch",
|
||||
},
|
||||
{
|
||||
source: "/fymhorth",
|
||||
destination: "/myportal",
|
||||
},
|
||||
{
|
||||
source: "/achos",
|
||||
destination: "/case",
|
||||
},
|
||||
{
|
||||
source: "/fymhorth/achos",
|
||||
destination: "/myportal/case",
|
||||
},
|
||||
{
|
||||
source: "/allgofnodi",
|
||||
destination: "/logout",
|
||||
},
|
||||
{
|
||||
source: "/cy:path*",
|
||||
destination: "http://cyrmu.local/:path*",
|
||||
source: "/newappeal",
|
||||
destination: "/apêlnewydd",
|
||||
},
|
||||
|
||||
// {
|
||||
// source: "/cy:path*",
|
||||
// destination: "http://cyrmu.local/:path*",
|
||||
// },
|
||||
];
|
||||
},
|
||||
...nextTranslate(),
|
||||
|
||||
Reference in New Issue
Block a user