import mdx from '@astrojs/mdx'; export default { integrations: [mdx({ optimize: { ignoreElementNames: ['strong'] } })] }