We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9899c2a commit ddf4cb2Copy full SHA for ddf4cb2
1 file changed
src/lib/helpers.js
@@ -1,5 +1,5 @@
1
export const API = import.meta.env.VITE_API_URL || "http://localhost:3001";
2
-export const GITHUB_URL = "https://github.com/yourusername/envshare";
+export const GITHUB_URL = "https://github.com/envsecure/envsecure.github.io";
3
4
export function copyToClipboard(text) {
5
return navigator.clipboard.writeText(text);
0 commit comments