From 6fd36dc68ef00fecc82f10f9362074bb71a1cfef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Sun, 20 Apr 2025 17:23:22 -0300 Subject: [PATCH] fix partytown --- superpage/astro.config.mjs | 1 + superpage/src/layouts/Head.astro | 2 ++ 2 files changed, 3 insertions(+) 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' --- +