astro.config.mjs 120 B

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