Skip to content

Commit

Permalink
trigger redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKnobelsdorf committed Dec 3, 2024
1 parent 5c48006 commit c80fa31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contentlayer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const Static = defineDocumentType(() => ({
name: "Static",
filePathPattern: `static/**/*.mdx`,
contentType: "mdx",
// @ts-expect-error TODO
// @ts-expect-error TODO add type
computedFields,
}));

Expand Down

0 comments on commit c80fa31

Please sign in to comment.