nit: remove any from mdx

This commit is contained in:
bholmesdev 2023-03-06 10:09:25 -05:00
parent 1de419034d
commit e467e485cf

View file

@ -33,7 +33,7 @@ export default function mdx(partialMdxOptions: Partial<MdxOptions> = {}): AstroI
addPageExtension,
addContentEntryType,
command,
}: any) => {
}) => {
const contentEntryType = {
extensions: ['.mdx'],
async getEntryInfo({ fileUrl, contents }: { fileUrl: URL; contents: string }) {