Fix TypeScript errors and code formatting

- Add 'href' property to Item interface in types.d.ts
- Remove unused imports from Logo.astro and index.astro
- Fix implicit 'any' type in utils/images.ts
- Run prettier formatting across all files

All TypeScript checks now pass with 0 errors, 0 warnings, and 0 hints.
This commit is contained in:
Buğra
2025-07-10 00:45:10 +03:00
parent 463f5e7148
commit 81760d0ba1
44 changed files with 1219 additions and 666 deletions
-1
View File
@@ -64,7 +64,6 @@ We're embarking on an exciting journey with **AstroWind 2.0**, and we want you t
<br>
## TL;DR
```shell