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 mdx from '@astrojs/mdx';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [],
|
||||
srcDir: './astro',
|
||||
outDir: './app',
|
||||
});
|
Reference in a new issue