We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e494d2 + 3634224 commit a47ea4bCopy full SHA for a47ea4b
src/content/config.ts
@@ -51,8 +51,8 @@ const templatesCollection = defineCollection({
51
52
export const collections = {
53
"case-studies": caseStudiesCollection,
54
- work: workCollection,
55
- toolkit: toolkitCollection,
56
- drafts: draftsCollection,
57
- templates: templatesCollection,
+ "work": workCollection,
+ "toolkit": toolkitCollection,
+ "drafts": draftsCollection,
+ "templates": templatesCollection,
58
};
0 commit comments