Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Oct 23, 2024
1 parent 322c6c0 commit c682495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contentlayer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ const KclType = defineDocumentType(() => ({
const CliDoc = defineDocumentType(() => ({
name: 'CliDoc',
filePathPattern: `pages/docs/cli/**/*.md`,
contentType: 'mdx',
contentType: 'markdown',
fields: {
title: {
type: 'string',
Expand Down

0 comments on commit c682495

Please sign in to comment.