This commit is contained in:
Suvodip Ghosh
2023-02-02 20:40:18 +05:30
parent 4f3e069f50
commit a2ffe669dd
80 changed files with 1764 additions and 965 deletions

View File

@@ -8,7 +8,10 @@ import vue from "@astrojs/vue";
// https://astro.build/config
// https://astro.build/config
import react from "@astrojs/react";
// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), vue()]
integrations: [tailwind(), vue(), react()]
});