This commit is contained in:
@ -1,11 +1,15 @@
|
||||
// @ts-check
|
||||
import { defineConfig } from 'astro/config'
|
||||
|
||||
import node from '@astrojs/node';
|
||||
import node from '@astrojs/node'
|
||||
|
||||
import svelte from '@astrojs/svelte'
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
adapter: node({
|
||||
mode: 'standalone'
|
||||
})
|
||||
})
|
||||
mode: 'standalone',
|
||||
}),
|
||||
|
||||
integrations: [svelte()],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user