Skip to content

Commit ddf4cb2

Browse files
committed
Update helpers.js
1 parent 9899c2a commit ddf4cb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const API = import.meta.env.VITE_API_URL || "http://localhost:3001";
2-
export const GITHUB_URL = "https://github.com/yourusername/envshare";
2+
export const GITHUB_URL = "https://github.com/envsecure/envsecure.github.io";
33

44
export function copyToClipboard(text) {
55
return navigator.clipboard.writeText(text);

0 commit comments

Comments
 (0)