From c301b8828390ef65b6f56cae32b45312b501f57c Mon Sep 17 00:00:00 2001 From: andatoshiki <101481353+andatoshiki@users.noreply.github.com> Date: Thu, 2 Mar 2023 22:49:33 +0800 Subject: [PATCH] chore: rm ununsed algolia crawler config file --- config.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 config.json diff --git a/config.json b/config.json deleted file mode 100644 index 803d85aa..00000000 --- a/config.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "index_name": "toshiki-note", - "start_urls": ["https://note.toshiki.dev/"], - "selectors": { - "lvl0": "", - "lvl1": ".content h1", - "lvl2": ".content h2", - "lvl3": ".content h3", - "lvl4": ".content h4", - "lvl5": ".content h5", - "content": ".content p, .content li" - } -}