Remove unused config
This commit is contained in:
parent
c3139c1d0d
commit
06a7e91fd2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import mdx from '@astrojs/mdx';
|
|||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [mdx()],
|
||||
integrations: [],
|
||||
srcDir: './astro',
|
||||
outDir: './app',
|
||||
});
|
Reference in a new issue