Skip to content

Commit a47ea4b

Browse files
authored
Merge pull request #18 from pautva/astro-version-update
updated astro version
2 parents 5e494d2 + 3634224 commit a47ea4b

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)