import { defineConfig } from 'astro/config'; import preact from '@astrojs/preact'; import react from '@astrojs/react'; import svelte from '@astrojs/svelte'; import vue from '@astrojs/vue'; import solid from '@astrojs/solid-js'; // https://astro.build/config export default defineConfig({ // Enable many frameworks to support all different kinds of components. integrations: [preact(), react(), svelte(), vue(), solid()], }); g src='/cgit.png' alt='cgit logo'/> index : astro
Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/packages/astro/src/vite-plugin-astro (unfollow)
AgeCommit message (Expand)AuthorFilesLines