Skip to content

Commit

Permalink
fix(contentlayer): use relative imports instead of ts paths on Post
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed May 29, 2023
1 parent a2eac0e commit ceb8f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/definitions/Post.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineDocumentType } from 'contentlayer/source-files'
import { slug } from '@/shared/lib/slug'
import { slug } from '../../src/shared/lib/slug'
import { authors } from '../../src/shared/lib/authors'

export const Post = defineDocumentType(() => ({
Expand Down

0 comments on commit ceb8f68

Please sign in to comment.