no more react

This commit is contained in:
2025-02-16 19:34:40 -05:00
parent 28d71a6ed1
commit 84e7089140
15 changed files with 99 additions and 351 deletions

View File

@ -5,11 +5,11 @@ import react from '@astrojs/react';
// https://astro.build/config
export default defineConfig({
integrations: [react({
babel: {
plugins: [
["babel-plugin-react-compiler"]
]
}
})]
integrations: [react({
babel: {
plugins: [
["babel-plugin-react-compiler"]
]
}
})]
});