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