We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083654d commit 9a05ceaCopy full SHA for 9a05cea
website/.vitepress/config.ts
@@ -112,12 +112,12 @@ export default defineConfig({
112
placement: 'taskfiledev'
113
},
114
search: {
115
- provider: 'local'
116
- // options: {
117
- // appId: '...',
118
- // apiKey: '...',
119
- // indexName: '...'
120
- // }
+ provider: 'algolia',
+ options: {
+ appId: '7IZIJ13AI7',
+ apiKey: '34b64ae4fc8d9da43d9a13d9710aaddc',
+ indexName: 'taskfile'
+ }
121
122
nav: [
123
{ text: 'Home', link: '/' },
0 commit comments