Skip to content

Commit 9a05cea

Browse files
authored
docs: use Algolia as search engine (#2369)
1 parent 083654d commit 9a05cea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

website/.vitepress/config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ export default defineConfig({
112112
placement: 'taskfiledev'
113113
},
114114
search: {
115-
provider: 'local'
116-
// options: {
117-
// appId: '...',
118-
// apiKey: '...',
119-
// indexName: '...'
120-
// }
115+
provider: 'algolia',
116+
options: {
117+
appId: '7IZIJ13AI7',
118+
apiKey: '34b64ae4fc8d9da43d9a13d9710aaddc',
119+
indexName: 'taskfile'
120+
}
121121
},
122122
nav: [
123123
{ text: 'Home', link: '/' },

0 commit comments

Comments
 (0)