Skip to content

Commit 67f49e8

Browse files
committed
fix: ContentEntryType import
1 parent 9b93d81 commit 67f49e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/src/vite-plugin-markdown/content-entry-type.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { ContentEntryType } from 'astro';
21
import { fileURLToPath } from 'node:url';
2+
import { ContentEntryType } from '../@types/astro.js';
33
import { parseFrontmatter } from '../content/utils.js';
44

55
export const markdownContentEntryType: ContentEntryType = {

0 commit comments

Comments
 (0)