From 98f6c66e2f14785aa73aa51f8adf3d7f8a7f6a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Fri, 18 Apr 2025 22:35:17 -0300 Subject: [PATCH] add transaction --- superpage/astro.config.mjs | 2 +- superpage/public/robots.txt | 4 ++++ superpage/src/layouts/Head.astro | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 superpage/public/robots.txt diff --git a/superpage/astro.config.mjs b/superpage/astro.config.mjs index 205a7f1..102ab85 100644 --- a/superpage/astro.config.mjs +++ b/superpage/astro.config.mjs @@ -8,7 +8,7 @@ import sitemap from '@astrojs/sitemap' // https://astro.build/config export default defineConfig({ - site: 'https://eduseg.pages.dev', + site: 'https://eduseg.com.br', integrations: [ react(), partytown({ diff --git a/superpage/public/robots.txt b/superpage/public/robots.txt new file mode 100644 index 0000000..6c811e9 --- /dev/null +++ b/superpage/public/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: / + +Sitemap: https://eduseg.com.br/sitemap-index.xml diff --git a/superpage/src/layouts/Head.astro b/superpage/src/layouts/Head.astro index cfa7b68..bff65d2 100644 --- a/superpage/src/layouts/Head.astro +++ b/superpage/src/layouts/Head.astro @@ -1,4 +1,6 @@ --- +import { ClientRouter } from 'astro:transitions' + const { title = 'Educação que garante sua segurança', ...props } = Astro.props --- @@ -23,3 +25,5 @@ const { title = 'Educação que garante sua segurança', ...props } = Astro.prop fbq('init', '1668701220059147') fbq('track', 'PageView') + +