fix
This commit is contained in:
@@ -17,12 +17,21 @@ import Footer from "./_components/Footer.astro";
|
|||||||
Educação que garante sua segurança — EDUSEG®
|
Educação que garante sua segurança — EDUSEG®
|
||||||
</title>
|
</title>
|
||||||
</slot>
|
</slot>
|
||||||
|
|
||||||
<script
|
<script
|
||||||
is:inline
|
is:inline
|
||||||
type="text/partytown"
|
type="text/plain"
|
||||||
|
data-type="text/partytown"
|
||||||
|
data-category="analytics"
|
||||||
src="https://www.googletagmanager.com/gtag/js?id=GTM-N3F7P9ZB"
|
src="https://www.googletagmanager.com/gtag/js?id=GTM-N3F7P9ZB"
|
||||||
></script>
|
></script>
|
||||||
<script is:inline type="text/partytown">
|
<script
|
||||||
|
is:inline
|
||||||
|
type="text/plain"
|
||||||
|
data-type="text/partytown"
|
||||||
|
data-category="analytics"
|
||||||
|
>
|
||||||
|
console.log("a");
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag() {
|
function gtag() {
|
||||||
dataLayer.push(arguments);
|
dataLayer.push(arguments);
|
||||||
|
|||||||
Reference in New Issue
Block a user