fix
This commit is contained in:
@@ -8,12 +8,13 @@ import sitemap from '@astrojs/sitemap'
|
|||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: 'https://eduseg.com.br',
|
// site: 'https://eduseg.com.br',
|
||||||
integrations: [
|
integrations: [
|
||||||
react(),
|
react(),
|
||||||
partytown({
|
partytown({
|
||||||
config: {
|
config: {
|
||||||
forward: ['dataLayer.push', 'fbq'],
|
forward: ['dataLayer.push', 'fbq'],
|
||||||
|
debug: true,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
sitemap(),
|
sitemap(),
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
---
|
---
|
||||||
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 forward={['dataLayer.push', 'fbq']} />
|
||||||
|
|
||||||
<meta charset="UTF-8" />
|
<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} />
|
||||||
|
|||||||
Reference in New Issue
Block a user