astro/packages/integrations/mdx/test/fixtures/mdx-images/astro.config.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
111 B
TypeScript
Raw Normal View History

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