e33fc9bc46
* 4078 breaking test * Use Vite for loading the config * Try it * Fallback to loading with Vite only when needed * Remove console.error * Remove extra console.log * Add a changeset * Use middlewareMode
5 lines
75 B
TypeScript
5 lines
75 B
TypeScript
import mdx from '@astrojs/mdx';
|
|
|
|
export default {
|
|
integrations: [mdx()]
|
|
}
|