1 2 3 4 5 6
import vue from '@astrojs/vue'; import { defineConfig } from 'astro/config'; export default defineConfig({ integrations: [vue()], })