Skip to content

Commit

Permalink
Fix invalid import in contentlayer config
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Sep 7, 2023
1 parent 580c0b2 commit 655410f
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 655410f

Please sign in to comment.