add sitemap
This commit is contained in:
@@ -3,6 +3,23 @@ const { title = 'Educação que garante sua segurança', ...props } = Astro.prop
|
||||
---
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<link rel="sitemap" href="/sitemap-index.xml" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<title>{title} — EDUSEG®</title>
|
||||
|
||||
<script type="text/partytown" src="https://www.googletagmanager.com/gtag/js?id=G-GSTQ17E9DJ"></script>
|
||||
<script type="text/partytown">
|
||||
window.dataLayer = window.dataLayer || []
|
||||
window.gtag = function gtag() {
|
||||
dataLayer.push(arguments)
|
||||
}
|
||||
gtag('js', new Date())
|
||||
gtag('config', 'G-GSTQ17E9DJ')
|
||||
</script>
|
||||
|
||||
<script type="text/partytown" src="/fbevents.js"></script>
|
||||
<script type="text/partytown">
|
||||
fbq('init', '1668701220059147')
|
||||
fbq('track', 'PageView')
|
||||
</script>
|
||||
|
||||
5
superpage/src/pages/404.astro
Normal file
5
superpage/src/pages/404.astro
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
import Layout from '~/layouts/Layout.astro'
|
||||
---
|
||||
|
||||
<layout>...</layout>
|
||||
Reference in New Issue
Block a user