Skip to content

Commit 4668713

Browse files
authored
Merge pull request #1180 from s-pace/patch-1
fix(search): use correct selector for meta tags
2 parents 6996f88 + f66e35d commit 4668713

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docsearchConfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
},
4545
"lvl1": "#___gatsby h1",
4646
"lvl2": {
47-
"selector": "meta[name=description]",
47+
"selector": "//meta[@name='description']/@content",
48+
"type": "xpath",
4849
"global": true
4950
},
5051
"lvl3": "#___gatsby h2",

0 commit comments

Comments
 (0)