Skip to content

Commit

Permalink
fix: remove extra fields
Browse files Browse the repository at this point in the history
  • Loading branch information
svalaskevicius committed Mar 27, 2024
1 parent f462b7f commit ffc617b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/plugin-flexsearch/src/node/flexsearchPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export const flexsearchPlugin = ({
hotKeys = ['s', '/'],
maxSuggestions = 5,
isSearchable = () => true,
getExtraFields = () => [],
}: FlexsearchPluginOptions = {}): Plugin => ({
name: '@vuepress/plugin-flexsearch',

Expand Down

0 comments on commit ffc617b

Please sign in to comment.