react framework

This commit is contained in:
Oliver Bryan
2025-09-08 10:56:13 +01:00
parent 7e7767386a
commit 9d00daefdf
4 changed files with 612 additions and 6 deletions

View File

@@ -3,7 +3,10 @@ import { defineConfig } from 'astro/config';
import vercel from '@astrojs/vercel';
import react from '@astrojs/react';
// https://astro.build/config
export default defineConfig({
adapter: vercel()
adapter: vercel(),
integrations: [react()]
});