From 4aa7a85f6b0c56696e27e334729966f9662d9ba4 Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Mon, 31 Mar 2025 15:38:39 -0700 Subject: [PATCH] Add experiences demo --- src/pages/index.astro | 7 +++++++ 1 file changed, 7 insertions(+) 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