docs: simplify star history embed

This commit is contained in:
Lex Christopherson 2026-03-11 11:15:02 -06:00
parent 8f78079daf
commit aea1f8a51b

View file

@ -413,11 +413,7 @@ Use expensive models where quality matters (planning, complex execution) and che
## Star History
<a href="https://star-history.com/#gsd-build/gsd-2&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=gsd-build/gsd-2&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=gsd-build/gsd-2&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=gsd-build/gsd-2&type=Date" />
</picture>
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=gsd-build/gsd-2&type=Date" />
</a>
---