Removed Custom Icon Component and Added Iconify icons

This commit is contained in:
2025-08-16 13:58:25 +05:30
parent b3e13c2938
commit 8f720c9865
11 changed files with 1063 additions and 3304 deletions
+3 -1
View File
@@ -2,10 +2,12 @@
import { defineConfig } from 'astro/config';
import tailwindcss from '@tailwindcss/vite';
import icon from "astro-icon";
// https://astro.build/config
export default defineConfig({
vite: {
plugins: [tailwindcss()]
}
},
integrations: [icon()],
});