astro/packages/integrations/mdx/test/fixtures/mdx-page/astro.config.ts
Matthew Phillips e33fc9bc46
Load configs with Vite when loading with Proload fails (#4112)
* 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
2022-08-02 08:08:28 -04:00

5 lines
75 B
TypeScript

import mdx from '@astrojs/mdx';
export default {
integrations: [mdx()]
}