diff --git a/packages/astro/test/fixtures/core-image-deletion/astro.config.mjs b/packages/astro/test/fixtures/core-image-deletion/astro.config.mjs index e39cf9fc68fc..8ba730fc91bc 100644 --- a/packages/astro/test/fixtures/core-image-deletion/astro.config.mjs +++ b/packages/astro/test/fixtures/core-image-deletion/astro.config.mjs @@ -1,5 +1,5 @@ -import mdx from '@astrojs/mdx'; import markdoc from '@astrojs/markdoc'; +import mdx from '@astrojs/mdx'; import { defineConfig } from 'astro/config'; export default defineConfig({