fix
This commit is contained in:
@@ -14,7 +14,6 @@ export default defineConfig({
|
||||
partytown({
|
||||
config: {
|
||||
forward: ['dataLayer.push', 'fbq'],
|
||||
debug: true,
|
||||
},
|
||||
}),
|
||||
sitemap(),
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
---
|
||||
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="generator" content={Astro.generator} />
|
||||
<link rel="sitemap" href="/sitemap-index.xml" />
|
||||
|
||||
@@ -21,7 +21,6 @@ const year = new Date().getFullYear()
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<Head {...props} />
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user