GA
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
---
|
||||
import "~/styles/app.css";
|
||||
import Container from "~/components/Container.astro";
|
||||
import { Icon } from "astro-icon/components";
|
||||
import Header from "./_components/Header.astro";
|
||||
import Footer from "./_components/Footer.astro";
|
||||
|
||||
const buildTime = new Date().toLocaleString("pt-BR", {
|
||||
timeZone: "America/Sao_Paulo",
|
||||
dateStyle: "short",
|
||||
timeStyle: "medium",
|
||||
});
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
@@ -19,6 +23,22 @@ import Footer from "./_components/Footer.astro";
|
||||
Educação que garante sua segurança — EDUSEG®
|
||||
</title>
|
||||
</slot>
|
||||
|
||||
<script
|
||||
is:inline
|
||||
type="text/partytown"
|
||||
src="https://www.googletagmanager.com/gtag/js?id=G-GSTQ17E9DJ"
|
||||
></script>
|
||||
|
||||
<script is:inline type="text/partytown">
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("js", new Date());
|
||||
|
||||
gtag("config", "G-GSTQ17E9DJ");
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user