Skip to content

Commit

Permalink
fix: remove viro options from kela config
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Aug 14, 2023
1 parent fe6c502 commit 2e9806c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/configurations/config.kela.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export default configMerger(matkaConfig, {

favicon: './app/configurations/images/default/favicon.png',
feedIds: ['kela', 'matkahuolto'],
additionalFeedIds: undefined,
additionalSearchParams: undefined,
textLogo: true,
logo: null, // override default logo from matka config
appBarLink: false, // override default config - would show Traficom otherwise
Expand Down Expand Up @@ -96,6 +98,7 @@ export default configMerger(matkaConfig, {
show: false,
},
showEmbeddedSearch: false,
countrySelection: [],
},
showNearYouButtons: false,
hideFavourites: true,
Expand Down

0 comments on commit 2e9806c

Please sign in to comment.