Skip to content

Commit

Permalink
change osano script for test env
Browse files Browse the repository at this point in the history
  • Loading branch information
wri7tno committed Jan 9, 2024
1 parent 0f279ee commit cee86c4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ export default class MyDocument extends Document {
return (
<Html lang="en">
<Head>
{isProduction && (
<script src="https://cmp.osano.com/AzyfddTRtqi1560Dk/9ed60354-c199-4e89-92c8-047b83aa65a3/osano.js" />
)}
<script src="https://cmp.osano.com/AzyfddTRtqi1560Dk/bbd879ba-792b-4caf-9a92-a17b920706f7/osano.js" />
<style
type="text/css"
dangerouslySetInnerHTML={{ __html: mediaStyles }}
Expand Down Expand Up @@ -144,6 +142,13 @@ export default class MyDocument extends Document {
<main id="maincontent">
<Main />
</main>
<a
href=""
className="osano-cookie-preference-link"
title="Manage privacy and cookie preferences"
>
Cookie Preferences
</a>
<NextScript />
</body>
</Html>
Expand Down

0 comments on commit cee86c4

Please sign in to comment.