chore: rm ununsed algolia crawler config file

This commit is contained in:
andatoshiki 2023-03-02 22:49:33 +08:00
parent c73ee5d36a
commit c301b88283

View File

@ -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"
}
}