From 3386dfab4ed49ecd00678e2635449f9ba41156d5 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 23 May 2025 14:50:37 +0200 Subject: Add react --- astro.config.mjs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index 508cbec..9512ab2 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -3,9 +3,13 @@ import { defineConfig } from 'astro/config'; import tailwindcss from '@tailwindcss/vite'; +import react from '@astrojs/react'; + // https://astro.build/config export default defineConfig({ vite: { plugins: [tailwindcss()] - } + }, + + integrations: [react()] }); \ No newline at end of file -- cgit v1.3.1