Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlitvin committed Nov 16, 2024
1 parent b540b29 commit bfb5879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/contentlayer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Nav = defineNestedType(() => ({
export const Guides = defineDocumentType(() => ({
name: 'Guides',
contentType: 'mdx',
filePathPattern: `**/*.mdx`,
filePathPattern: '**/*.mdx',
fields: {
title: { type: 'string', required: true },
description: { type: 'string', required: true },
Expand Down

0 comments on commit bfb5879

Please sign in to comment.