We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda31f4 commit 23040c4Copy full SHA for 23040c4
astro.config.mjs
@@ -2,8 +2,6 @@ import { defineConfig } from 'astro/config';
2
import tailwind from '@astrojs/tailwind';
3
import compressor from 'astro-compressor';
4
import sitemap from '@astrojs/sitemap';
5
-import mdx from '@astrojs/mdx';
6
-import remarkMdxImages from 'remark-mdx-images';
7
8
export default defineConfig({
9
site: 'https://carlosjorger.github.io',
@@ -14,9 +12,6 @@ export default defineConfig({
14
12
brotli: true,
15
13
}),
16
sitemap(),
17
- mdx({
18
- remarkPlugins: [remarkMdxImages],
19
- }),
20
],
21
i18n: {
22
defaultLocale: 'en',
0 commit comments