Commit e8ff63c

HPCesia <me@hpcesia.com>
2025-02-09 14:36:36
refactor: remove Algolia search from plan
1 parent 94f1434
Changed files (2)
src
components
types
src/components/search/Algolia.astro
@@ -1,3 +0,0 @@
----
-
----
src/types/config.ts
@@ -283,13 +283,11 @@ export type SearchConfig = {
    */
   enable: boolean;
   /**
-   * `'pagefind'` | `'algolia'`.
+   * The provider of the search.
    *
-   * Algolia is not implemented yet, just a placeholder. Please use Pagefind.
-   *
-   * Algolia 尚未实现,只是一个占位符。请使用 Pagefind。
+   * 搜索的提供者。
    */
-  provider: 'pagefind' | 'algolia';
+  provider: 'pagefind';
 };
 
 export type CommentConfig = {