remove unecessary components

This commit is contained in:
2025-04-21 19:29:01 -03:00
parent 7a026d09d9
commit c9b5f94bba
14 changed files with 43 additions and 169 deletions

View File

@@ -6,9 +6,6 @@ import Container from '~/components/Container.astro'
import HeaderNav from '~/components/HeaderNav.astro'
import { Icon } from 'astro-icon/components'
import { getCollection } from 'astro:content'
const courses = await getCollection('courses', ({ data }) => data.draft != true)
const year = new Date().getFullYear()
---