Skip to content

Commit

Permalink
fix: disabled chat on local due secure proxy feat missing (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
raiindev authored Oct 30, 2024
2 parents 9c57d14 + 249fd00 commit 2bfbf2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-docusaurus/src/theme/SearchBar/useOrama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export const useOrama = () => {
basic: {
clientInstance: oramaInstance,
facetProperty: 'category',
disableChat: !endpoint?.url
},
custom: searchBoxCustomConfig
})
Expand Down

0 comments on commit 2bfbf2d

Please sign in to comment.