fix: ContentEntryType import
This commit is contained in:
parent
50fea0b7ae
commit
f72d03c62e
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue