summaryrefslogtreecommitdiffstats
path: root/ui/src/utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/utils.ts')
-rw-r--r--ui/src/utils.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/src/utils.ts b/ui/src/utils.ts
index 4deafd8b..d9c8528f 100644
--- a/ui/src/utils.ts
+++ b/ui/src/utils.ts
@@ -15,7 +15,6 @@ import * as twemoji from 'twemoji';
import * as emojiShortName from 'emoji-short-name';
export const repoUrl = 'https://github.com/dessalines/lemmy';
-export const imageUploadUrl = 'https://postimages.org/';
export const markdownHelpUrl = 'https://commonmark.org/help/';
export const fetchLimit: number = 20;