fix: render root route on post rerenders, too
This commit is contained in:
@@ -238,6 +238,6 @@ export function buildTargetedValidationPlan(params: BuildTargetedValidationPlanP
|
||||
requestedYearMonths,
|
||||
requestedYearMonthDays,
|
||||
requestedPageSlugs: new Set(initialPlan.requestedPageSlugs),
|
||||
requestRootRoutes: initialPlan.requestRootRoutes,
|
||||
requestRootRoutes: initialPlan.requestRootRoutes || initialPlan.requestedPostRoutes.length > 0,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user