Skip to content

Commit 4bd18a8

Browse files
committed
add search
1 parent 49cb506 commit 4bd18a8

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ export default defineConfig({
4747
}
4848
],
4949

50-
// search: {
51-
// provider: 'algolia',
52-
// options: {
53-
// appId: '',
54-
// apiKey: '',
55-
// indexName: '',
56-
// }
57-
// },
50+
search: {
51+
provider: 'algolia',
52+
options: {
53+
appId: 'DHNQBJ81R2',
54+
apiKey: '0f2511abdffcfeca4792b249b6baf752',
55+
indexName: 'tweakphp',
56+
}
57+
},
5858

5959
sidebar: [
6060
{

0 commit comments

Comments
 (0)