b76c166bdd
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
9 lines
205 B
TypeScript
9 lines
205 B
TypeScript
import mdx from '@astrojs/mdx';
|
|
import { testImageService } from '../../../../../astro/test/test-image-service.js';
|
|
|
|
export default {
|
|
integrations: [mdx()],
|
|
image: {
|
|
service: testImageService(),
|
|
},
|
|
}
|