about summary refs log tree commit diff
path: root/src/lib/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/constants.ts')
-rw-r--r--src/lib/constants.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts
index 27f57a14e..34da35e4f 100644
--- a/src/lib/constants.ts
+++ b/src/lib/constants.ts
@@ -132,3 +132,5 @@ export function LINK_META_PROXY(serviceUrl: string) {
     return PROD_LINK_META_PROXY
   }
 }
+
+export const STATUS_PAGE_URL = 'https://status.bsky.app/'