Vue support added

This commit is contained in:
2025-11-15 15:30:12 +02:00
parent ab5df16cb6
commit 96f2429165
4 changed files with 1592 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
// @ts-check
import { defineConfig } from 'astro/config';
import vue from '@astrojs/vue';
// https://astro.build/config
export default defineConfig({});
export default defineConfig({
integrations: [vue()]
});