From 50f771ae3a6a3b1fb2af69caa62c2c2b45636299 Mon Sep 17 00:00:00 2001 From: "yongen.loong" Date: Tue, 16 Jul 2024 20:16:06 +0800 Subject: [PATCH] feat: update scraper config --- scraper/typesense.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scraper/typesense.json b/scraper/typesense.json index 3b4ba59..16d16c5 100644 --- a/scraper/typesense.json +++ b/scraper/typesense.json @@ -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", @@ -19,5 +19,5 @@ "custom_settings": { "separatorsToIndex": "_" }, - "nb_hits": 3348 + "nb_hits": 7379 } \ No newline at end of file