refactor(icon): migrate material design icons to lucide icons

This commit is contained in:
Prad Nukala
2026-06-30 21:40:16 -04:00
parent bed8ba4008
commit 5540dac4a3
7 changed files with 8 additions and 10 deletions
+2 -1
View File
@@ -3,5 +3,6 @@
"framework": "astro",
"installCommand": "bun install",
"buildCommand": "bun run build",
"outputDirectory": "dist"
"outputDirectory": "dist",
"redirects": [{ "source": "/sitemap.xml", "destination": "/sitemap-index.xml", "permanent": true }]
}