From 4bfcee65702f0ccb09e93c33f948e94220e78aab Mon Sep 17 00:00:00 2001 From: lainbo Date: Tue, 10 Feb 2026 14:33:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=E4=BF=AE=E5=A4=8D=20GitH?= =?UTF-8?q?ub=20star=20=E6=8C=89=E9=92=AE=E4=BB=93=E5=BA=93=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GithubStarButton.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GithubStarButton.svelte b/src/components/GithubStarButton.svelte index 3dcd772..32fc22c 100644 --- a/src/components/GithubStarButton.svelte +++ b/src/components/GithubStarButton.svelte @@ -13,7 +13,7 @@ color: string; } - const REPOSITORY_PATH = "matschik/component-party.dev"; + const REPOSITORY_PATH = "lainbo/component-party"; const STAR_COUNT_EXPIRES_IN_MS = 1000 * 60 * 5; // Shields.io caches for 5-15 minutes const starCountStorage = createLocaleStorage("github-star-count-v2", {