add transaction
This commit is contained in:
@@ -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({
|
||||
|
||||
4
superpage/public/robots.txt
Normal file
4
superpage/public/robots.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
|
||||
Sitemap: https://eduseg.com.br/sitemap-index.xml
|
||||
@@ -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')
|
||||
</script>
|
||||
|
||||
<ClientRouter />
|
||||
|
||||
Reference in New Issue
Block a user