mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
import vue from '@astrojs/vue';
|
|
import { defineConfig } from 'astro/config';
|
|
|
|
export default defineConfig({
|
|
integrations: [vue()],
|
|
})
|