nit: remove any
from mdx
This commit is contained in:
parent
1de419034d
commit
e467e485cf
1 changed files with 1 additions and 1 deletions
|
@ -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 }) {
|
||||
|
|
Loading…
Reference in a new issue