Skip to content

Commit

Permalink
✨ Switch search provider to Algolia
Browse files Browse the repository at this point in the history
  • Loading branch information
gwennlbh committed Apr 15, 2024
1 parent 440f5d3 commit 2dec8e9
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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" },
],
},
{
Expand Down

0 comments on commit 2dec8e9

Please sign in to comment.