diff options
author | Hailey <me@haileyok.com> | 2024-08-21 19:35:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-21 19:35:34 -0700 |
commit | 61f0be705d614a31331945e1c4b9361d71b81403 (patch) | |
tree | 093eae09977443d66ad917f45c6c5e1362559001 /src/lib/constants.ts | |
parent | 6616a6467ec53aa71e5f823c2d8c46dc01442703 (diff) | |
download | voidsky-61f0be705d614a31331945e1c4b9361d71b81403.tar.zst |
Change size (#4957)
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 |