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