@@ -50,7 +50,7 @@ export function makeIndexPage() {
50
50
url : prefixRoute ( PageSlugs . explore ) ,
51
51
layout : PageLayoutType . Custom ,
52
52
preserveUrlKeys : SERVICE_URL_KEYS ,
53
- routePath : prefixRoute ( PageSlugs . explore ) ,
53
+ routePath : ` ${ PageSlugs . explore } /*` ,
54
54
getScene : ( routeMatch ) => getServicesScene ( routeMatch ) ,
55
55
drilldowns : [
56
56
{
@@ -122,6 +122,7 @@ export function makeBreakdownPage(
122
122
title : capitalizeFirstLetter ( slug ) ,
123
123
layout : PageLayoutType . Custom ,
124
124
url : ROUTES [ slug ] ( labelValue , labelName ) ,
125
+ routePath : ROUTE_DEFINITIONS [ slug ] ,
125
126
preserveUrlKeys : DRILLDOWN_URL_KEYS ,
126
127
getParentPage : ( ) => parent ,
127
128
getScene : ( routeMatch ) => getServicesScene ( routeMatch ) ,
@@ -150,6 +151,7 @@ export function makeBreakdownValuePage(
150
151
title : capitalizeFirstLetter ( breakdownLabel ) ,
151
152
layout : PageLayoutType . Custom ,
152
153
url : SUB_ROUTES [ slug ] ( labelValue , labelName , breakdownLabel ) ,
154
+ routePath : CHILD_ROUTE_DEFINITIONS [ slug ] ,
153
155
preserveUrlKeys : DRILLDOWN_URL_KEYS ,
154
156
getParentPage : ( ) => parent ,
155
157
getScene : ( routeMatch ) => getServicesScene ( routeMatch ) ,
0 commit comments