Skip to content

Commit

Permalink
Merge pull request #13 from SyedAhkam/fix-invalid-import
Browse files Browse the repository at this point in the history
fix: invalid import in contentlayer config
  • Loading branch information
abheektripathy authored Sep 7, 2023
2 parents 580c0b2 + 655410f commit 30d9ae9
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
@@ -1,4 +1,4 @@
import { defineDocumentType, makeSource } from '@contentlayer/source-files'
import { defineDocumentType, makeSource } from 'contentlayer/source-files'

export const Post = defineDocumentType(() => ({
name: 'Post',
Expand Down

0 comments on commit 30d9ae9

Please sign in to comment.