Skip to content

Commit

Permalink
fix: disabled chat on local due secure proxy feat missing
Browse files Browse the repository at this point in the history
  • Loading branch information
raiindev committed Oct 30, 2024
1 parent 9c57d14 commit 249fd00
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 249fd00

Please sign in to comment.