mirror of https://github.com/VERT-sh/VERT.git
fix: restore star history chart
The star history chart in the README was broken due to GitHub stargazer API restrictions. Point it to the new domain so it renders correctly again.
This commit is contained in:
parent
e0ffd34310
commit
f7018ca413
|
|
@ -37,10 +37,10 @@ This project is licensed under the AGPL-3.0 License, please see the [LICENSE](LI
|
||||||
|
|
||||||
## Star History
|
## Star History
|
||||||
|
|
||||||
<a href="https://www.star-history.com/#VERT-sh/VERT&Date">
|
<a href="https://star-history.dera.page/#VERT-sh/VERT&Date">
|
||||||
<picture>
|
<picture>
|
||||||
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=VERT-sh/VERT&type=Date&theme=dark" />
|
<source media="(prefers-color-scheme: dark)" srcset="https://star-history.dera.page/svg?repos=VERT-sh/VERT&type=Date&theme=dark" />
|
||||||
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=VERT-sh/VERT&type=Date" />
|
<source media="(prefers-color-scheme: light)" srcset="https://star-history.dera.page/svg?repos=VERT-sh/VERT&type=Date" />
|
||||||
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=VERT-sh/VERT&type=Date" />
|
<img alt="Star History Chart" src="https://star-history.dera.page/svg?repos=VERT-sh/VERT&type=Date" />
|
||||||
</picture>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue