mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
9 lines
133 B
JavaScript
9 lines
133 B
JavaScript
import mdx from '@astrojs/mdx';
|
|
|
|
export default {
|
|
integrations: [mdx({
|
|
optimize: {
|
|
customComponentNames: ['strong']
|
|
}
|
|
})]
|
|
}
|