From cf3918376fc0779a8524183ee9f3361228cc4788 Mon Sep 17 00:00:00 2001 From: pheralb Date: Mon, 25 Aug 2025 19:07:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Create=20custom=20globa?= =?UTF-8?q?ls=20config=20file=20with=20app=20data?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/globals.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/globals.ts diff --git a/src/globals.ts b/src/globals.ts new file mode 100644 index 0000000..c920b1f --- /dev/null +++ b/src/globals.ts @@ -0,0 +1,7 @@ +export const globals = { + githubUrl: "https://github.com/pheralb/svgl", + twitterUrl: "https://x.com/pheralb_", + submitUrl: + "https://github.com/pheralb/svgl?tab=readme-ov-file#-getting-started", + currentVersion: "beta", +};