Skip to content

Commit

Permalink
fix: remove Osano variant
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyzanchi committed Aug 22, 2024
1 parent 01e7c62 commit ca708f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const onPreRenderHTML = ({
[
process.env.ENVIRONMENT === 'production' && (
<script
src={`https://cmp.osano.com/AzZVWOTJtg1WY32RK/cd381ba3-ebca-488c-a528-376a86764609/osano.js?language=${currentLanguage}&variant=two`}
src={`https://cmp.osano.com/AzZVWOTJtg1WY32RK/cd381ba3-ebca-488c-a528-376a86764609/osano.js?language=${currentLanguage}`}
/>
),
...getHeadComponents(),
Expand Down

0 comments on commit ca708f4

Please sign in to comment.