1
Fork 0

Change srcDir path

This commit is contained in:
KorbsStudio 2023-01-23 03:56:21 -05:00
parent 9f8f00e5c0
commit 7bb89707f9
No known key found for this signature in database

View file

@ -5,6 +5,7 @@ import node from "@astrojs/node";
// https://astro.build/config
export default defineConfig({
integrations: [mdx()],
srcDir: './astro',
outDir: './app',
adapter: node({
mode: 'standalone'