]> Untitled Git - lemmy-ui.git/commitdiff
Update utils.ts
authormahanstreamer <84676642+mahanstreamer@users.noreply.github.com>
Fri, 29 Oct 2021 01:57:36 +0000 (21:57 -0400)
committerGitHub <noreply@github.com>
Fri, 29 Oct 2021 01:57:36 +0000 (21:57 -0400)
src/shared/utils.ts

index 594c5bc935f8feb90d5194998996da3224a6fe7f..4353623cd65bda8bb134efbad3af7ab4d3231056 100644 (file)
@@ -102,7 +102,9 @@ export const docsUrl = `${joinLemmyUrl}/docs/en/index.html`;
 export const helpGuideUrl = `${joinLemmyUrl}/docs/en/about/guide.html`; // TODO find a way to redirect to the non-en folder
 export const markdownHelpUrl = `${helpGuideUrl}#markdown-guide`;
 export const sortingHelpUrl = `${helpGuideUrl}#sorting`;
-export const archiveUrl = "https://archive.is";
+export const archiveTodayUrl = "https://archive.today";
+export const ghostArchiveUrl = "https://ghostarchive.org";
+export const webArchiveUrl = "https://web.archive.org";
 export const elementUrl = "https://element.io";
 
 export const postRefetchSeconds: number = 60 * 1000;