0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

fix: ContentEntryType import

This commit is contained in:
bholmesdev 2023-02-10 09:18:20 -05:00
parent 0307142356
commit f64fd97788

View file

@ -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 = {