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
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
integrations: [mdx()],
|
integrations: [mdx()],
|
||||||
|
srcDir: './astro',
|
||||||
outDir: './app',
|
outDir: './app',
|
||||||
adapter: node({
|
adapter: node({
|
||||||
mode: 'standalone'
|
mode: 'standalone'
|
||||||
|
|
Reference in a new issue