add more react function and remove typst support

This commit is contained in:
Jiao77
2026-03-01 19:15:43 +08:00
parent 4ba51e1755
commit 4760dbafe0
12 changed files with 994 additions and 72 deletions

View File

@@ -3,6 +3,7 @@ import { defineConfig } from 'astro/config';
import mdx from '@astrojs/mdx';
import vue from '@astrojs/vue';
import tailwind from '@astrojs/tailwind';
import react from '@astrojs/react';
// https://astro.build/config
export default defineConfig({
@@ -13,6 +14,7 @@ export default defineConfig({
optimize: true,
}),
vue(),
react(),
tailwind({
applyBaseStyles: false, // 我们将手动控制基础样式
}),