Skip to content

Commit 17b94ab

Browse files
authored
Fix search indexing for category landing pages (#57213)
1 parent 7303870 commit 17b94ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/landings/components/CategoryLanding.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const CategoryLanding = () => {
102102
never render anything. It always just return null. */}
103103
<ClientSideRedirects />
104104

105-
<div className="container-xl px-3 px-md-6 my-4">
105+
<div className="container-xl px-3 px-md-6 my-4" data-search="article-body">
106106
<div className={cx('d-none d-xl-block mt-3 mr-auto width-full')}>
107107
<Breadcrumbs />
108108
</div>

0 commit comments

Comments
 (0)