1 2 3 4 5 6
import mdx from '@astrojs/mdx'; import react from '@astrojs/react'; export default { integrations: [mdx(), react()] }