clean up debug info, reduce page weight

This commit is contained in:
2024-09-26 10:07:27 +01:00
parent 00359e2f7d
commit a362a2c00f
11 changed files with 49 additions and 36 deletions
+4 -2
View File
@@ -9,7 +9,7 @@ module.exports = {
},
],
"pages": {
"*": ["common", "newappeal", "search"],
"*": ["common", "search"],
"/": ["common", "home", "case"],
"/error": ["common", "home", "myportal"],
"/furtherdetails": ["common", "home", "myportal"],
@@ -39,11 +39,13 @@ module.exports = {
"/case/id/[incident]": ["case", "home"],
"/myportal/representation": ["case", "myrepresentations", "common"],
"/myportal/error": ["myportal", "common"],
"/myportal/case/id/[incident]": ["case","home"],
"/myportal/case/id/[incident]": ["case", "home"],
"/myportal/addresssearch": ["search", "case", "myportal"],
"/myportal/addresssearchresults": ["search", "case", "myportal"],
"/myportal/[appealtypes]": ["newappeal", "home"],
"/newappeal": ["newappeal", "home"],
"/newappeal/*": ["newappeal", "home"],
"/newappeal/[appealtypes]": ["newappeal", "home"],
"/newappeal/selectappeal": ["newappeal", "home"],
"/dns/*": ["dnsCommon", "case", "common"],
"/dns/[developmentName]": ["dnsCommon", "case", "common"],