astro.config.ts 75 B

12345
  1. import mdx from '@astrojs/mdx';
  2. export default {
  3. integrations: [mdx()]
  4. }