Move projects to root in preparation for later posts
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 13m19s
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 13m19s
This commit is contained in:
@@ -2,7 +2,7 @@ import { glob } from "astro/loaders";
|
|||||||
import { defineCollection, z } from "astro:content";
|
import { defineCollection, z } from "astro:content";
|
||||||
|
|
||||||
const projects = defineCollection({
|
const projects = defineCollection({
|
||||||
loader: glob({ pattern: "**/*.mdx", base: "./src/assets/projects" }),
|
loader: glob({ pattern: "**/*.mdx", base: "./projects" }),
|
||||||
schema: z.object({
|
schema: z.object({
|
||||||
title: z.string(),
|
title: z.string(),
|
||||||
role: z.string(),
|
role: z.string(),
|
||||||
|
Reference in New Issue
Block a user