-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdata.js
More file actions
12 lines (12 loc) · 745 Bytes
/
data.js
File metadata and controls
12 lines (12 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
export const APPLICATION_URL =
"https://github.com/DaleStudy/leetcode-study/discussions/2339";
export const DISCORD_URL = "https://dales.link/discord";
export const LEADERBOARD_URL = "https://leaderboard.dalestudy.com/";
export const PROJECT_URL = "https://github.com/orgs/DaleStudy/projects/26";
export const CONTRIBUTING_URL =
"https://github.com/DaleStudy/leetcode-study/blob/main/CONTRIBUTING.md";
export const WIKI_URL = "https://github.com/DaleStudy/leetcode-study/wiki";
export const ALGO_DALE_URL = "https://www.algodale.com/";
export const LINKED_IN_URL = "https://www.linkedin.com/in/daleseo/";
export const GITHUB_URL = "https://github.com/DaleStudy/leetcode-study";
export const YOUTUBE_URL = "https://www.youtube.com/@DaleSeo";