From 2dec8e927d818673ee914da69a3c38c565f1933e Mon Sep 17 00:00:00 2001 From: Ewen Le Bihan Date: Mon, 15 Apr 2024 22:03:58 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Switch=20search=20provider=20to=20A?= =?UTF-8?q?lgolia?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.mts | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index e67ed09..186d7e9 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -144,14 +144,12 @@ export default defineConfig({ }, themeConfig: { search: { - provider: "local", - // Waiting for approval from Algolia - // provider: "algolia", - // options: { - // appId: "5FWPVQPO1Y", - // apiKey: "9d51aebe9f31527c9dce65244aeb221b", - // indexName: "ortfo-website", - // }, + provider: "algolia", + options: { + appId: "JR0U8XYO7J", + apiKey: "8707647349521501105dcd81174f1560", + indexName: "ortfo", + }, }, editLink: { pattern: "https://github.com/ortfo/website/edit/main/:path", @@ -180,7 +178,7 @@ export default defineConfig({ items: [ { text: "What is ortfo?", link: "/what-is-ortfo" }, { text: "Quick start", link: "/getting-started" }, - { text: "Who's using ortfo?", link: "/users" }, + { text: "Who's using ortfo?", link: "/users" }, ], }, {