From 8326b50c4cf346432febb4288865eacda1ca744a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Sun, 20 Apr 2025 17:39:28 -0300 Subject: [PATCH] fix --- superpage/astro.config.mjs | 1 - superpage/src/layouts/Head.astro | 3 +-- superpage/src/layouts/Layout.astro | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/superpage/astro.config.mjs b/superpage/astro.config.mjs index 3d5b1d7..102ab85 100644 --- a/superpage/astro.config.mjs +++ b/superpage/astro.config.mjs @@ -14,7 +14,6 @@ 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 d49fa5f..c550bdf 100644 --- a/superpage/src/layouts/Head.astro +++ b/superpage/src/layouts/Head.astro @@ -1,9 +1,8 @@ --- const { title = 'Educação que garante sua segurança', ...props } = Astro.props -import { Partytown } from '@qwik.dev/partytown/react' --- - + diff --git a/superpage/src/layouts/Layout.astro b/superpage/src/layouts/Layout.astro index 8b2ce7e..bdc43eb 100644 --- a/superpage/src/layouts/Layout.astro +++ b/superpage/src/layouts/Layout.astro @@ -21,7 +21,6 @@ const year = new Date().getFullYear() -