Skip to content

Commit

Permalink
config parsing: Merge searchLinks field
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Sep 1, 2021
1 parent 5106791 commit e140b6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/store/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ export default {
}
config.shortcuts = shortcuts

// Merge searchLinks field
config.searchLinks = [].concat(defaultConfig.searchLinks || [], userConfig.searchLinks || [])

// load build info into config
config.buildInfo = buildInfo

Expand Down

0 comments on commit e140b6e

Please sign in to comment.