cf2bba1e4a
* fix(astro): tag jsx vnodes with renderer so errors are properly handled * chore: fix missing package in test Co-authored-by: Nate Moore <nate@astro.build>
6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
import mdx from '@astrojs/mdx';
|
|
import preact from '@astrojs/preact';
|
|
|
|
export default {
|
|
integrations: [mdx(), preact()]
|
|
}
|