Remove unused config
This commit is contained in:
parent
de829a349e
commit
c3139c1d0d
1 changed files with 0 additions and 10 deletions
|
@ -1,19 +1,9 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
import mdx from '@astrojs/mdx';
|
||||
import node from "@astrojs/node";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [mdx()],
|
||||
srcDir: './astro',
|
||||
outDir: './app',
|
||||
adapter: node({
|
||||
mode: 'standalone'
|
||||
}),
|
||||
build: {
|
||||
linkStyle: 'relative',
|
||||
format: 'directory',
|
||||
client: './client',
|
||||
server: './server'
|
||||
},
|
||||
});
|
Reference in a new issue