fomrs split out

This commit is contained in:
2021-10-05 09:47:57 +01:00
parent 2ace28aa40
commit 8714d71189
48 changed files with 42577 additions and 146 deletions
+30 -5
View File
@@ -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(),