24d2f7a6e6
* fix(#4209): handle namespaced JSX and MDX * chore: add changeset * chore: update lockfile * fix: throw error when componentExport is unresolved * chore: bump compiler * chore: bump compiler * chore: revert example changes Co-authored-by: Nate Moore <nate@astro.build>
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
import mdx from '@astrojs/mdx';
|
|
import react from '@astrojs/react';
|
|
|
|
export default {
|
|
integrations: [react(), mdx()]
|
|
}
|