14 lines
314 B
TypeScript
14 lines
314 B
TypeScript
export const config = {
|
|
discord: {
|
|
slug: 'U7KEcGErtQ',
|
|
api: 'https://discord.com/api/guilds/1092455714431180995/widget.json',
|
|
},
|
|
github: {
|
|
url: 'https://github.com/e2b-dev/e2b',
|
|
api: 'https://api.github.com/repos/e2b-dev/e2b',
|
|
},
|
|
twitter: {
|
|
url: 'https://twitter.com/e2b_dev',
|
|
},
|
|
}
|