fix partytown
This commit is contained in:
@@ -14,6 +14,7 @@ export default defineConfig({
|
||||
partytown({
|
||||
config: {
|
||||
forward: ['dataLayer.push', 'fbq'],
|
||||
debug: true,
|
||||
},
|
||||
}),
|
||||
sitemap(),
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user