Kate Bartolo

RemoteMdxOptions

Configuration options for the astro-mdx-remote integration.

Properties

configFilePath?

optional configFilePath?: string

Path to the component map file, relative to the project root.

This file should export a components object mapping MDX element names to Astro/React components.

Default

ts
'./src/mdx-components.js'

Example

ts
remoteMdxIntegration({ configFilePath: './src/my-components.ts' })