Skip to content

Commit

Permalink
fix: ContentEntryType import
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Feb 16, 2023
1 parent 9b93d81 commit 67f49e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { ContentEntryType } from 'astro';
import { fileURLToPath } from 'node:url';
import { ContentEntryType } from '../@types/astro.js';
import { parseFrontmatter } from '../content/utils.js';

export const markdownContentEntryType: ContentEntryType = {
Expand Down

0 comments on commit 67f49e8

Please sign in to comment.