Remove MDX and minimize Astro config
This commit is contained in:
parent
54b0158ffe
commit
1f29438d38
1 changed files with 0 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
||||||
import { defineConfig } from 'astro/config';
|
import { defineConfig } from 'astro/config';
|
||||||
import mdx from '@astrojs/mdx';
|
|
||||||
|
|
||||||
// https://astro.build/config
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
integrations: [],
|
|
||||||
srcDir: './astro',
|
srcDir: './astro',
|
||||||
outDir: './app',
|
outDir: './app',
|
||||||
});
|
});
|
Reference in a new issue