fix(algolia): add index name in algolia crawler config for action to proporly run

This commit is contained in:
andatoshiki 2023-03-02 00:19:44 +08:00
parent b38c2b6f37
commit 684b960e07

View File

@ -1,5 +1,5 @@
{ {
"index_name": "", "index_name": "toshiki-notebook",
"start_urls": ["https://note.toshiki.dev/"], "start_urls": ["https://note.toshiki.dev/"],
"rateLimit": 8, "rateLimit": 8,
"maxDepth": 10, "maxDepth": 10,