diff --git a/superpage/astro.config.mjs b/superpage/astro.config.mjs
index 102ab85..3d5b1d7 100644
--- a/superpage/astro.config.mjs
+++ b/superpage/astro.config.mjs
@@ -14,6 +14,7 @@ export default defineConfig({
partytown({
config: {
forward: ['dataLayer.push', 'fbq'],
+ debug: true,
},
}),
sitemap(),
diff --git a/superpage/src/layouts/Head.astro b/superpage/src/layouts/Head.astro
index cfa7b68..d49fa5f 100644
--- a/superpage/src/layouts/Head.astro
+++ b/superpage/src/layouts/Head.astro
@@ -1,7 +1,9 @@
---
const { title = 'Educação que garante sua segurança', ...props } = Astro.props
+import { Partytown } from '@qwik.dev/partytown/react'
---
+