From 684b960e07e86333237b1ea33901ee9e18f74dd1 Mon Sep 17 00:00:00 2001 From: andatoshiki <101481353+andatoshiki@users.noreply.github.com> Date: Thu, 2 Mar 2023 00:19:44 +0800 Subject: [PATCH] fix(algolia): add index name in algolia crawler config for action to proporly run --- crawlerConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawlerConfig.json b/crawlerConfig.json index 93200de8..d76745ea 100644 --- a/crawlerConfig.json +++ b/crawlerConfig.json @@ -1,5 +1,5 @@ { - "index_name": "", + "index_name": "toshiki-notebook", "start_urls": ["https://note.toshiki.dev/"], "rateLimit": 8, "maxDepth": 10,