diff options
Diffstat (limited to 'examples/with-mdx/astro.config.mjs')
-rw-r--r-- | examples/with-mdx/astro.config.mjs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/with-mdx/astro.config.mjs b/examples/with-mdx/astro.config.mjs index 57011d4ee..d797941ec 100644 --- a/examples/with-mdx/astro.config.mjs +++ b/examples/with-mdx/astro.config.mjs @@ -4,8 +4,5 @@ import preact from '@astrojs/preact'; // https://astro.build/config export default defineConfig({ - integrations: [ - mdx(), - preact() - ] + integrations: [mdx(), preact()], }); |