We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cb506 commit 4bd18a8Copy full SHA for 4bd18a8
1 file changed
docs/.vitepress/config.mts
@@ -47,14 +47,14 @@ export default defineConfig({
47
}
48
],
49
50
- // search: {
51
- // provider: 'algolia',
52
- // options: {
53
- // appId: '',
54
- // apiKey: '',
55
- // indexName: '',
56
- // }
57
- // },
+ search: {
+ provider: 'algolia',
+ options: {
+ appId: 'DHNQBJ81R2',
+ apiKey: '0f2511abdffcfeca4792b249b6baf752',
+ indexName: 'tweakphp',
+ }
+ },
58
59
sidebar: [
60
{
0 commit comments