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 -1
View File
@@ -64,4 +64,4 @@
"typescript-eslint": "^8.30.1",
"unist-util-visit": "^5.0.0"
}
}
}