We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef8879 commit e49d73eCopy full SHA for e49d73e
src/frame/middleware/context/generic-toc.ts
@@ -6,9 +6,9 @@ import findPageInSiteTree from '@/frame/lib/find-page-in-site-tree'
6
function isNewLandingPage(currentLayoutName: string): boolean {
7
return (
8
currentLayoutName === 'category-landing' ||
9
- currentLayoutName === 'bespoke_landing' ||
10
- currentLayoutName === 'discovery_landing' ||
11
- currentLayoutName === 'journey_landing'
+ currentLayoutName === 'bespoke-landing' ||
+ currentLayoutName === 'discovery-landing' ||
+ currentLayoutName === 'journey-landing'
12
)
13
}
14
0 commit comments