mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 09:32:22 +03:00
220a062340
# Description Footer section Epic: #1232 US: #1422 ## Screenshots (if appropriate): <img width="1127" alt="image" src="https://github.com/StanGirard/quivr/assets/67386567/b8d5410b-7f1d-49fe-b3e6-87dec5e18529">
6 lines
320 B
TypeScript
6 lines
320 B
TypeScript
export const GITHUB_URL = "https://github.com/stangirard/quivr";
|
|
export const TWITTER_URL = "https://twitter.com/quivr_brain";
|
|
export const DISCORD_URL = "https://discord.gg/HUpRgp2HG8";
|
|
export const LINKEDIN_URL = "https://www.linkedin.com/company/getquivr";
|
|
export const DEFAULT_BACKEND_URL = "http://localhost:5050";
|