Skip to content

Commit

Permalink
⚰️ Roles not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
penrodlol committed Oct 5, 2023
1 parent 2fa10c3 commit c28f786
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 54 deletions.
16 changes: 0 additions & 16 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,22 +227,6 @@ declare module 'astro:content' {
collection: "posts";
data: InferEntrySchema<"posts">
} & { render(): Render[".mdx"] };
};
"roles": {
"laroche.md": {
id: "laroche.md";
slug: "laroche";
body: string;
collection: "roles";
data: InferEntrySchema<"roles">
} & { render(): Render[".md"] };
"mckesson.md": {
id: "mckesson.md";
slug: "mckesson";
body: string;
collection: "roles";
data: InferEntrySchema<"roles">
} & { render(): Render[".md"] };
};

};
Expand Down
11 changes: 1 addition & 10 deletions src/content/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,4 @@ const posts = defineCollection({
}),
});

const roles = defineCollection({
schema: z.object({
company: z.string(),
link: z.string().url(),
start: z.date(),
end: z.date().optional(),
}),
});

export const collections = { posts, roles };
export const collections = { posts };
10 changes: 0 additions & 10 deletions src/content/roles/laroche.md

This file was deleted.

18 changes: 0 additions & 18 deletions src/content/roles/mckesson.md

This file was deleted.

1 comment on commit c28f786

@vercel
Copy link

@vercel vercel bot commented on c28f786 Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.