Skip to content

Commit 280d2e6

Browse files
committed
docs(docs): 📝 enable algolia DocSearch
1 parent 0d2f8ac commit 280d2e6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/content/.vitepress/config.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ export default defineConfig({
1919
text: 'Edit this page on GitHub',
2020
},
2121

22-
// algolia: {
23-
// appId: 'RG6O6WKY7G',
24-
// apiKey: '627e271ff72d4d685d49f21f5f25d425',
25-
// indexName: 'vue-quill',
26-
// searchParameters: {
27-
// facetFilters: ['tags:en'],
28-
// },
29-
// },
22+
algolia: {
23+
appId: 'RG6O6WKY7G',
24+
apiKey: '627e271ff72d4d685d49f21f5f25d425',
25+
indexName: 'vue-quill',
26+
searchParameters: {
27+
facetFilters: ['tags:en'],
28+
},
29+
},
3030

3131
// carbonAds: {
3232
// carbon: 'CEBIEK3N',

0 commit comments

Comments
 (0)