Skip to content

Commit

Permalink
remove isProd option
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Bogdan committed Jan 18, 2024
1 parent 659710a commit 1266086
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions solutions/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ window.hlx.plugins.add('experimentation', {
condition: () => getMetadata('experiment'),
options: {
prodHost: 'www.bitdefender.com.au',
isProd: () => window.location.hostname.endsWith('hlx.page')
|| window.location.hostname === ('localhost'),
},
url: '../plugins/experimentation/src/index.js',
});
Expand Down

0 comments on commit 1266086

Please sign in to comment.