Skip to content

Commit

Permalink
Add prodHost option
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Bogdan committed Jan 15, 2024
1 parent ab15990 commit 2f4ea41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion solutions/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ window.hlx.plugins.add('rum-conversion', {

window.hlx.plugins.add('experimentation', {
condition: () => getMetadata('experiment'),
options: {},
options: {
prodHost: 'bitdefender.com.au',
},
url: '../plugins/experimentation/src/index.js',
});

Expand Down

0 comments on commit 2f4ea41

Please sign in to comment.