Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit d56da35

Browse files
authored
Remove .page for scraping H1s
1 parent d53b5cf commit d56da35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search-server/typesense-scraper/typesense-scraper-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"stop_urls": ["https://docs.servicestack.net/release*"],
2222
"selectors": {
2323
"default": {
24-
"lvl0": ".page h1",
24+
"lvl0": "h1",
2525
"lvl1": ".content h2",
2626
"lvl2": ".content h3",
2727
"lvl3": ".content h4",

0 commit comments

Comments
 (0)