Skip to content

Commit

Permalink
try post hydrate strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Holtz Yan authored and Holtz Yan committed Aug 31, 2023
1 parent c863c63 commit 313ae1f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/SEO.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,13 @@ export const SEO = ({ title, seoDescription, keywords }) => {
name="twitter:image"
content="https://github.com/holtzy/The-Python-Graph-Gallery/blob/master/static/overview_PGG.png?raw=true"
/>
<Script id="adthrive" strategy="idle" src={getAdThriveScriptUrl()} />
<Script
id="adthrive"
strategy="post-hydrate"
src={getAdThriveScriptUrl()}
/>
</>
);
};

// Tried the idle strategy for AdThrive script put reported as unperformant by Raptive.

0 comments on commit 313ae1f

Please sign in to comment.