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