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,
|
addPageExtension,
|
||||||
addContentEntryType,
|
addContentEntryType,
|
||||||
command,
|
command,
|
||||||
}: any) => {
|
}) => {
|
||||||
const contentEntryType = {
|
const contentEntryType = {
|
||||||
extensions: ['.mdx'],
|
extensions: ['.mdx'],
|
||||||
async getEntryInfo({ fileUrl, contents }: { fileUrl: URL; contents: string }) {
|
async getEntryInfo({ fileUrl, contents }: { fileUrl: URL; contents: string }) {
|
||||||
|
|
Loading…
Reference in a new issue