From 9ff003c171485dfb48699c6412fae94ceee2cb4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 29 Jan 2025 14:09:39 +0100 Subject: [PATCH] Set metadata --- backend/src/config/metadata.ts | 13 +++++++------ webapp/constants/metadata.js | 12 ++++++------ 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/backend/src/config/metadata.ts b/backend/src/config/metadata.ts index 282fcb655..61d5dcee1 100644 --- a/backend/src/config/metadata.ts +++ b/backend/src/config/metadata.ts @@ -1,9 +1,10 @@ // this file is duplicated in `backend/src/config/metadata` and `webapp/constants/metadata.js` and replaced on rebranding export default { - APPLICATION_NAME: 'ocelot.social', - APPLICATION_SHORT_NAME: 'ocelot', - APPLICATION_DESCRIPTION: 'ocelot.social Community Network', - COOKIE_NAME: 'ocelot-social-token', - ORGANIZATION_NAME: 'ocelot.social Community', - ORGANIZATION_JURISDICTION: 'City of Angels', + APPLICATION_NAME: 'changemedia.at', + APPLICATION_SHORT_NAME: 'changemedia.at', + APPLICATION_DESCRIPTION: 'changemedia.at Network driven by ocelot.social', + COOKIE_NAME: 'changemedia-at-token', + ORGANIZATION_NAME: 'changemedia.at', + ORGANIZATION_JURISDICTION: 'Österreich', + THEME_COLOR: 'rgb(23, 181, 63)', // $color-primary – as the main color in general. e.g. the color in the background of the app that is visible behind the transparent iPhone status bar to name one use case, or the current color of SVGs to name another use case } diff --git a/webapp/constants/metadata.js b/webapp/constants/metadata.js index 9a2cbf5c9..2d7486d18 100644 --- a/webapp/constants/metadata.js +++ b/webapp/constants/metadata.js @@ -1,10 +1,10 @@ // this file is duplicated in `backend/src/config/metadata.js` and `webapp/constants/metadata.js` and replaced on rebranding export default { - APPLICATION_NAME: 'ocelot.social', - APPLICATION_SHORT_NAME: 'ocelot.social', - APPLICATION_DESCRIPTION: 'ocelot.social Community Network', - COOKIE_NAME: 'ocelot-social-token', - ORGANIZATION_NAME: 'ocelot.social Community', - ORGANIZATION_JURISDICTION: 'City of Angels', + APPLICATION_NAME: 'changemedia.at', + APPLICATION_SHORT_NAME: 'changemedia.at', + APPLICATION_DESCRIPTION: 'changemedia.at Network driven by ocelot.social', + COOKIE_NAME: 'changemedia-at-token', + ORGANIZATION_NAME: 'changemedia.at', + ORGANIZATION_JURISDICTION: 'Österreich', THEME_COLOR: 'rgb(23, 181, 63)', // $color-primary – as the main color in general. e.g. the color in the background of the app that is visible behind the transparent iPhone status bar to name one use case, or the current color of SVGs to name another use case }