Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Feb 16, 2023
1 parent cfe55bb commit baad79c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ import {
import SearchSectionsWidget from './components/Blocks/SearchSectionsWidget';

const applyConfig = (config) => {
config.settings.searchkitblock = {
...(config.settings.searchkitblock ?? {}),
trackVoltoMatomo: false,
};
config.settings.searchkitblock = {};
config.settings.searchkitblock.trackVoltoMatomo = false;

config.blocks.blocksConfig.searchkitblock = {
id: 'searchkitblock',
Expand Down

0 comments on commit baad79c

Please sign in to comment.