Skip to content

Commit d3ab0a4

Browse files
authored
Merge pull request #1177 from ethereum/fix-docsearch-crawl
Revert description selector [Fixes #1176]
2 parents e8be4a2 + 14982b5 commit d3ab0a4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docsearchConfig.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,8 @@
4444
},
4545
"lvl1": "#___gatsby h1",
4646
"lvl2": {
47-
"selector": "//meta[@property=\"description\")]/@content",
48-
"type": "xpath",
49-
"global": true,
50-
"default_value": "FIXME"
47+
"selector": "meta[name=description]",
48+
"global": true
5149
},
5250
"lvl3": "#___gatsby h2",
5351
"lvl4": "#___gatsby h3",

0 commit comments

Comments
 (0)