astro.config.ts 123 B

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