Skip to content

Commit

Permalink
feat: add algolia docs search credits
Browse files Browse the repository at this point in the history
  • Loading branch information
hrynevychroman committed Feb 2, 2024
1 parent 8ef18c8 commit 685b655
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/.vitepress/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ export default defineConfig({
message: 'Released under the MIT License.',
copyright: 'Copyright © 2024-present Metamorfosi Lab',
},

search: {
provider: 'algolia',
options: {
appId: '633MBIAVE1',
apiKey: '1e50e6290b35356dfa57b649d23828a9',
indexName: 'cookies-consent',
},
},
},
})

Expand Down

0 comments on commit 685b655

Please sign in to comment.