From 352f360e0ee5a1098164f9ca8002173e75a60c0c Mon Sep 17 00:00:00 2001 From: Dessalines39394 <245616256+Dessalines39394@users.noreply.github.com> Date: Sun, 16 Aug 2026 18:15:27 +0000 Subject: [PATCH] fix: switch star history chart to a working data source The current star history chart is broken due to GitHub stargazer API restrictions. Point it to star-history.dera.page, which uses a different data source that requires no API token. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed03798..8b5fe0b 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ bun run dev ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=ysm-dev/cpdown&type=Date)](https://www.star-history.com/#ysm-dev/cpdown&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=ysm-dev/cpdown&type=Date)](https://star-history.dera.page/#ysm-dev/cpdown&Date) ## License