diff options
Diffstat (limited to 'src/lib/constants.ts')
-rw-r--r-- | src/lib/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 20f6f2eff..ccd5f2dee 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -12,6 +12,7 @@ export const HELP_DESK_URL = `https://blueskyweb.zendesk.com/hc/${HELP_DESK_LANG export const EMBED_SERVICE = 'https://embed.bsky.app' export const EMBED_SCRIPT = `${EMBED_SERVICE}/static/embed.js` export const BSKY_DOWNLOAD_URL = 'https://bsky.app/download' +export const STARTER_PACK_MAX_SIZE = 150 // HACK // Yes, this is exactly what it looks like. It's a hard-coded constant |