This commit is contained in:
2025-04-20 17:39:28 -03:00
parent 6fd36dc68e
commit 8326b50c4c
3 changed files with 1 additions and 4 deletions

View File

@@ -14,7 +14,6 @@ export default defineConfig({
partytown({ partytown({
config: { config: {
forward: ['dataLayer.push', 'fbq'], forward: ['dataLayer.push', 'fbq'],
debug: true,
}, },
}), }),
sitemap(), sitemap(),

View File

@@ -1,9 +1,8 @@
--- ---
const { title = 'Educação que garante sua segurança', ...props } = Astro.props const { title = 'Educação que garante sua segurança', ...props } = Astro.props
import { Partytown } from '@qwik.dev/partytown/react'
--- ---
<Partytown debug={true} forward={['dataLayer.push', 'fbq']} /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="generator" content={Astro.generator} /> <meta name="generator" content={Astro.generator} />
<link rel="sitemap" href="/sitemap-index.xml" /> <link rel="sitemap" href="/sitemap-index.xml" />

View File

@@ -21,7 +21,6 @@ const year = new Date().getFullYear()
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" />
<Head {...props} /> <Head {...props} />
</head> </head>