7 lines
123 B
TypeScript
7 lines
123 B
TypeScript
|
import mdx from '@astrojs/mdx';
|
||
|
import preact from '@astrojs/preact';
|
||
|
|
||
|
export default {
|
||
|
integrations: [mdx(), preact()]
|
||
|
}
|