remove transaction
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
---
|
||||
import { ClientRouter } from 'astro:transitions'
|
||||
|
||||
const { title = 'Educação que garante sua segurança', ...props } = Astro.props
|
||||
---
|
||||
|
||||
@@ -25,5 +23,3 @@ const { title = 'Educação que garante sua segurança', ...props } = Astro.prop
|
||||
fbq('init', '1668701220059147')
|
||||
fbq('track', 'PageView')
|
||||
</script>
|
||||
|
||||
<ClientRouter />
|
||||
|
||||
@@ -3,6 +3,7 @@ export interface Props {
|
||||
title: string
|
||||
}
|
||||
|
||||
import '@fontsource/roboto'
|
||||
import '~/styles/app.css'
|
||||
import Logo from '~/assets/logos/eduseg.svg'
|
||||
import Head from './Head.astro'
|
||||
@@ -15,8 +16,6 @@ const courses = await getCollection('courses', ({ data }) => data.draft != true)
|
||||
|
||||
const { ...props } = Astro.props
|
||||
const year = new Date().getFullYear()
|
||||
|
||||
import '@fontsource/roboto'
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
|
||||
Reference in New Issue
Block a user