Add .gitignore, updated config.ts, makefile, and npm package file updates

This commit is contained in:
2025-07-03 19:55:41 -07:00
parent 4aa7a85f6b
commit 65e05066ea
5 changed files with 450 additions and 402 deletions

View File

@@ -6,7 +6,7 @@ import { glob } from 'astro/loaders';
// 3. Define your collection(s)
const experiences = defineCollection({
loader: glob({ pattern: "*.md", base: "src/content/experience" })
loader: glob({ pattern: "*.md", base: "src/content/experiences" })
})
const projects = defineCollection({