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() -