Skip to content

💥 [DevOps] Harmonize Backend and Webapp Configs #7982

Open
@Tirokk

Description

💥 DevOps ticket

Add DESCRIPTION_EXCERPT_HTML_LENGTH to webapp/constants/groups.js, see backend/src/constants/groups.ts:

export const DESCRIPTION_EXCERPT_HTML_LENGTH = 250 // with removed HTML tags`

Add the following to backend/src/config/logos.ts, see webapp/constants/logos.js:

  LOGO_HEADER_CLICK: {
    // externalLink: {
    //   url: 'https://ocelot.social',
    //   target: '_blank',
    // },
    externalLink: null,
    internalPath: {
      to: {
        name: 'index',
      },
      scrollTo: '.main-navigation',
    },
  },

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions