add google tag
This commit is contained in:
@@ -24,6 +24,18 @@ import '@fontsource/roboto'
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<Head {...props} />
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script type="text/partytown" src="https://www.googletagmanager.com/gtag/js?id=G-GSTQ17E9DJ"></script>
|
||||
<script type="text/partytown">
|
||||
window.dataLayer = window.dataLayer || []
|
||||
window.gtag = function gtag() {
|
||||
dataLayer.push(arguments)
|
||||
}
|
||||
gtag('js', new Date())
|
||||
|
||||
gtag('config', 'G-GSTQ17E9DJ')
|
||||
</script>
|
||||
<!-- End Google tag (gtag.js) -->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -57,5 +69,12 @@ import '@fontsource/roboto'
|
||||
© {year} EDUSEG® Todos os direitos reservados. CNPJ15.608.435/0001-90
|
||||
</Container>
|
||||
</footer>
|
||||
|
||||
<style is:global>
|
||||
/* https://css-tricks.com/almanac/properties/c/content-visibility/ */
|
||||
img {
|
||||
content-visibility: auto;
|
||||
}
|
||||
</style>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user