1
Fork 0

Remove unused config

This commit is contained in:
KorbsStudio 2023-01-24 02:05:57 -05:00
parent c3139c1d0d
commit 06a7e91fd2
No known key found for this signature in database

View file

@ -3,7 +3,7 @@ import mdx from '@astrojs/mdx';
// https://astro.build/config
export default defineConfig({
integrations: [mdx()],
integrations: [],
srcDir: './astro',
outDir: './app',
});