Skip to content

Commit

Permalink
Merge pull request #402 from Ibochkarev/feat-algolia
Browse files Browse the repository at this point in the history
feat(search) Connecting Algolia search
  • Loading branch information
Ibochkarev authored Apr 9, 2024
2 parents 1353da5 + 468ee5f commit 78254b5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -722,14 +722,14 @@ export default defineConfigWithTheme<ThemeConfig>({
}
],

// algolia: {
// indexName: 'vuejs_ru',
// appId: 'ML0LEBN7FQ',
// apiKey: 'f49cbd92a74532cc55cfbffa5e5a7d01',
// searchParameters: {
// facetFilters: ['version:v3']
// }
// },
algolia: {
indexName: 'ru-vuejs',
appId: '5RTQ6TI35H',
apiKey: 'c4095d6d1e93c25ca93b3ca0030338ef',
searchParameters: {
facetFilters: ['version:v3']
}
},

// carbonAds: {
// code: 'CEBDT27Y',
Expand Down

0 comments on commit 78254b5

Please sign in to comment.