Refactor project structure: remove React integration and ContactForm component, update package dependencies, and enhance Footer and Header components with improved styling and layout. Change project name from "Omoluabi Foundation" to "Omoluabi Association" across various files.

This commit is contained in:
becarta
2025-06-19 00:19:27 +02:00
parent 81f637b317
commit 8b32f51c6e
18 changed files with 2519 additions and 3310 deletions

View File

@@ -3,13 +3,9 @@ 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()]
}
});