fix: load osano first in docs site (#2202)

This commit is contained in:
justinr1234
2023-02-06 11:23:52 -06:00
committed by GitHub
parent 5fe480ece4
commit cb8cec2caa
224 changed files with 2242 additions and 2633 deletions

View File

@@ -12,10 +12,10 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
export function load(app: Application) {
app.renderer.hooks.on('head.begin', () => (
<>
<script src="https://cmp.osano.com/AzyjT6TIZMlgyLyy8/ad2447d5-f101-40df-b92e-d6452b5ecac0/osano.js"></script>
<script>
<JSX.Raw html={GTMScript} />
</script>
<script src="https://cmp.osano.com/AzyjT6TIZMlgyLyy8/ad2447d5-f101-40df-b92e-d6452b5ecac0/osano.js"></script>
</>
))