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