Skip to content

Commit

Permalink
updated resources page to most recent
Browse files Browse the repository at this point in the history
pointed src/content/resources required by pages/resources.astro to most
recent commit of src repository UPL/resources.git
  • Loading branch information
nicosalm committed May 7, 2024
1 parent 2efec6a commit f889846
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,15 @@ declare module 'astro:content' {
collection: "events";
data: InferEntrySchema<"events">
} & { render(): Render[".md"] };
};
"resources": {
"README.md": {
id: "README.md";
slug: "readme";
body: string;
collection: "resources";
data: any
} & { render(): Render[".md"] };
};

};
Expand Down Expand Up @@ -347,8 +356,6 @@ declare module 'astro:content' {
collection: "coordinators";
data: InferEntrySchema<"coordinators">
};
};
"resources": {
};

};
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "src/content/resources"]
path = src/content/resources
url = https://github.com/UW-UPL/resources.git
url = https://github.com/UW-UPL/resources
2 changes: 1 addition & 1 deletion src/content/resources
Submodule resources updated 1 files
+33 −3 README.md

0 comments on commit f889846

Please sign in to comment.