Merge pull request #517 from OctoBored/fix/star-history-chart

docs: fix broken star history chart
This commit is contained in:
Calesthio
2026-08-22 11:21:35 -07:00
committed by GitHub

View File

@@ -757,11 +757,11 @@ make test
## Star History
<a href="https://www.star-history.com/?repos=calesthio%2FOpenMontage&type=date&legend=top-left">
<a href="https://star-history.dera.page/#calesthio/OpenMontage&type=date&legend=top-left">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/image?repos=calesthio/OpenMontage&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=calesthio/OpenMontage&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://api.star-history.com/image?repos=calesthio/OpenMontage&type=date&legend=top-left" />
<source media="(prefers-color-scheme: dark)" srcset="https://star-history.dera.page/svg?repos=calesthio/OpenMontage&type=date&theme=dark&legend=top-left" />
<source media="(prefers-color-scheme: light)" srcset="https://star-history.dera.page/svg?repos=calesthio/OpenMontage&type=date&legend=top-left" />
<img alt="Star History Chart" src="https://star-history.dera.page/svg?repos=calesthio/OpenMontage&type=date&legend=top-left" />
</picture>
</a>