fix partytown

This commit is contained in:
2025-04-20 17:23:22 -03:00
parent ba57d13e1f
commit 6fd36dc68e
2 changed files with 3 additions and 0 deletions

View File

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

View File

@@ -1,7 +1,9 @@
---
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 name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="generator" content={Astro.generator} />
<link rel="sitemap" href="/sitemap-index.xml" />