diff --git a/src/pages/index.astro b/src/pages/index.astro index 4afe7a0..952c08f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,10 +2,17 @@ import {getCollection} from 'astro:content'; import BaseLayout from "../layouts/BaseLayout.astro"; +const experiences = await getCollection('experiences'); const projects = await getCollection('projects'); const hobbies = await getCollection('hobbies'); --- +

My Experiences

+

My Projects