Skip to content

Commit

Permalink
Merge pull request #16 from samzong/fix/algolia-search
Browse files Browse the repository at this point in the history
✨ feat: Update Algolia configuration for improved search functionality
  • Loading branch information
wawa0210 authored Dec 19, 2024
2 parents 98161b1 + b3cb5bb commit f569592
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ module.exports = {
'⭐️ If you like HAMi, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/Project-HAMi/HAMi">GitHub</a>! ⭐️',
},
algolia: {
appId: '5IDBLUX6VJ',
apiKey: '0544ead27838375d12530a88e31fcce8',
indexName: 'hami',
appId: "IWSUKSVX6L",
apiKey: "30ef663a029bb4c66929ac376ae3624c",
indexName: "project-hami",
// contextualSearch ensures that search results are relevant to the current language and version.
contextualSearch: true,
},
Expand Down

0 comments on commit f569592

Please sign in to comment.