🛠️ Create custom globals config file with app data

This commit is contained in:
pheralb
2025-08-25 19:07:50 +01:00
parent 9c970c0546
commit cf3918376f
+7
View File
@@ -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",
};