Skip to content

Commit 3634224

Browse files
committed
updated astro version
1 parent 3370a21 commit 3634224

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ const templatesCollection = defineCollection({
5151

5252
export const collections = {
5353
"case-studies": caseStudiesCollection,
54-
work: workCollection,
55-
toolkit: toolkitCollection,
56-
drafts: draftsCollection,
57-
templates: templatesCollection,
54+
"work": workCollection,
55+
"toolkit": toolkitCollection,
56+
"drafts": draftsCollection,
57+
"templates": templatesCollection,
5858
};

0 commit comments

Comments
 (0)