i fear i shouldve commited earlier
This commit is contained in:
parent
c697e7a278
commit
e5af16bfeb
12 changed files with 113 additions and 80 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import { z, defineCollection } from "astro:content";
|
||||
import { file } from "astro/loaders";
|
||||
|
||||
// yeah, its not the best to have arrays
|
||||
const projects = defineCollection({
|
||||
loader: file("src/content/projects/projects.yml"),
|
||||
schema: z.object({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue