summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/fixtures/mdx-namespace/astro.config.mjs
blob: 4671227d3ea1748743a0d7c19925c59f6ccebdc5 (plain) (blame)
1
2
3
4
5
6
import mdx from '@astrojs/mdx';
import react from '@astrojs/react';

export default {
	integrations: [react(), mdx()]
}