diff --git a/superpage/astro.config.mjs b/superpage/astro.config.mjs
index 102ab85..f2bfeac 100644
--- a/superpage/astro.config.mjs
+++ b/superpage/astro.config.mjs
@@ -8,12 +8,13 @@ import sitemap from '@astrojs/sitemap'
// https://astro.build/config
export default defineConfig({
- site: 'https://eduseg.com.br',
+ // site: 'https://eduseg.com.br',
integrations: [
react(),
partytown({
config: {
forward: ['dataLayer.push', 'fbq'],
+ debug: true,
},
}),
sitemap(),
diff --git a/superpage/src/layouts/Head.astro b/superpage/src/layouts/Head.astro
index c550bdf..da3d7c4 100644
--- a/superpage/src/layouts/Head.astro
+++ b/superpage/src/layouts/Head.astro
@@ -1,7 +1,10 @@
---
const { title = 'Educação que garante sua segurança', ...props } = Astro.props
+import { Partytown } from '@qwik.dev/partytown/react'
---
+
+