mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-03 16:15:41 +00:00
15 lines
623 B
TypeScript
15 lines
623 B
TypeScript
// this file is duplicated in `backend/src/config/metadata.js`, `webapp/constants/metadata.js` and `maintenance/app/constants/metadata.ts` and replaced on rebranding
|
|
export default {
|
|
APPLICATION_NAME: "ocelot.social",
|
|
APPLICATION_SHORT_NAME: "ocelot.social",
|
|
APPLICATION_DESCRIPTION: "ocelot.social Community Network",
|
|
ORGANIZATION_NAME: "ocelot.social Community",
|
|
ORGANIZATION_JURISDICTION: "City of Angels",
|
|
THEME_COLOR: "rgb(23, 181, 63)",
|
|
OG_IMAGE: "/img/custom/logo-squared.png",
|
|
OG_IMAGE_ALT: "ocelot.social Logo",
|
|
OG_IMAGE_WIDTH: "1200",
|
|
OG_IMAGE_HEIGHT: "1140",
|
|
OG_IMAGE_TYPE: "image/png",
|
|
};
|