Skip to content

Commit

Permalink
publications included
Browse files Browse the repository at this point in the history
  • Loading branch information
angelip2303 committed Sep 26, 2024
1 parent 0b15bde commit def0869
Show file tree
Hide file tree
Showing 6 changed files with 370 additions and 326 deletions.
9 changes: 9 additions & 0 deletions .astro/astro/content.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,15 @@ declare module "astro:content" {
rendered?: RenderedContent;
}
>;
publications: Record<
string,
{
id: string;
collection: "publications";
data: InferEntrySchema<"publications">;
rendered?: RenderedContent;
}
>;
sections: Record<
string,
{
Expand Down
Loading

0 comments on commit def0869

Please sign in to comment.