Skip to content

Commit f65488a

Browse files
committed
Fixes for #3972
1 parent abc831e commit f65488a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/routes/Topcoder/Routes.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default function Topcoder() {
117117
<ContentfulLoader
118118
entryQueries={{
119119
content_type: 'article',
120-
'fields.title[match]': articleTitle,
120+
'fields.title': articleTitle,
121121
}}
122122
spaceName="EDU"
123123
render={(data) => {

0 commit comments

Comments
 (0)