Skip to content

Commit f66e35d

Browse files
author
Sylvain Pace
authored
fix(search): use correct selector for meta tags
1 parent 6996f88 commit f66e35d

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)