Skip to content

Commit

Permalink
feat: update scraper config
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jul 16, 2024
1 parent b82ce11 commit 50f771a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scraper/typesense.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"index_name": "docs-cms-three-vercel-app",
"index_name": "aelf-docs-cms-github-pages",
"start_urls": [
"https://docs-cms-three.vercel.app"
"https://aelfproject.github.io/docs-cms"
],
"sitemap_urls": [
"https://docs-cms-three.vercel.app/sitemap.xml"
"https://aelfproject.github.io/docs-cms/sitemap.xml"
],
"selectors": {
"lvl0": "main h1",
Expand All @@ -19,5 +19,5 @@
"custom_settings": {
"separatorsToIndex": "_"
},
"nb_hits": 3348
"nb_hits": 7379
}

0 comments on commit 50f771a

Please sign in to comment.