Add .gitignore, updated config.ts, makefile, and npm package file updates
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user