From d7500fe56e70cdc71a19bac3f6711b53d1f0bed3 Mon Sep 17 00:00:00 2001 From: pheralb Date: Wed, 27 Aug 2025 15:33:01 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20Add=20``apiGithubUrl``=20p?= =?UTF-8?q?roperty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/globals.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/globals.ts b/src/globals.ts index c920b1f..e64c186 100644 --- a/src/globals.ts +++ b/src/globals.ts @@ -1,5 +1,6 @@ export const globals = { githubUrl: "https://github.com/pheralb/svgl", + apiGithubUrl: "https://api.github.com/repos/pheralb/svgl", twitterUrl: "https://x.com/pheralb_", submitUrl: "https://github.com/pheralb/svgl?tab=readme-ov-file#-getting-started",