Change srcDir
path
This commit is contained in:
parent
9f8f00e5c0
commit
7bb89707f9
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Reference in a new issue