Skip to content

Commit

Permalink
fix: disable contextual search
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Jan 17, 2024
1 parent d8ba079 commit 9d334b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const config: Config = {
appId: "MS4XF9Z1OE",
apiKey: "d88c4dc9a8ebab02a753d7d950c61246",
indexName: "yazi-rsio",
contextualSearch: true,
contextualSearch: false,
},
} satisfies Preset.ThemeConfig,

Expand Down

0 comments on commit 9d334b5

Please sign in to comment.