Skip to content

Commit

Permalink
fix: algolia search full page (janhq#1700)
Browse files Browse the repository at this point in the history
fix: algolia search full page
  • Loading branch information
0xHieu01 authored Jan 22, 2024
2 parents 0e3df8d + 368b621 commit c4fa17e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ const config = {
algolia: {
appId: process.env.ALGOLIA_APP_ID || "XXX",
apiKey: process.env.ALGOLIA_API_KEY || "XXX",
indexName: "jan",
contextualSearch: false,
indexName: "jan_docs",
contextualSearch: true,
insights: true,
},
// SEO Docusarus
Expand Down

0 comments on commit c4fa17e

Please sign in to comment.