types(config): add wider algolia crawler range for content searching comprehensiveness from code & pre & blockquote tags

This commit is contained in:
Anda Toshiki 2023-09-16 20:38:40 -07:00
parent 34ed09fbb0
commit 3d0c6638dd

View File

@ -13,7 +13,7 @@
"lvl3": ".content h3", "lvl3": ".content h3",
"lvl4": ".content h4", "lvl4": ".content h4",
"lvl5": ".content h5", "lvl5": ".content h5",
"content": ".content p, .content li", "content": ".content p, .content li, .content code, .content pre, .content blockquote",
"lang": { "lang": {
"selector": "/html/@lang", "selector": "/html/@lang",
"type": "xpath", "type": "xpath",