mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +02:00
feat: integrate React support and add AnimatedText component for enhanced animations
This commit is contained in:
parent
4059cfb764
commit
aa5c4f6ad0
10 changed files with 319 additions and 42 deletions
|
@ -2,7 +2,9 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
import tailwind from '@astrojs/tailwind';
|
||||
|
||||
import react from '@astrojs/react';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [tailwind()],
|
||||
});
|
||||
integrations: [tailwind(), react()],
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue