mirror of
https://github.com/status-im/status-web.git
synced 2026-08-31 14:21:18 +00:00
18 lines
475 B
JavaScript
18 lines
475 B
JavaScript
/** Shared Cloudinary account for status.app and get.status.app */
|
|
export const CLOUDINARY_CLOUD_NAME = 'dhgck7ebz'
|
|
|
|
/**
|
|
* Cloudinary folder prefixes used on get.status.app (shared pages + get-only assets).
|
|
* Upload new get.status.app media under `get.status.app/` in Cloudinary.
|
|
*/
|
|
export const GET_STATUS_APP_CLOUDINARY_PREFIXES = [
|
|
'get.status.app/',
|
|
'Homepage/',
|
|
'Non Beta Release/',
|
|
'Platforms/',
|
|
'Open Graph/',
|
|
'404 Error/',
|
|
'Brand/',
|
|
'Textures/',
|
|
]
|