feat(front): add external links in the NavBar menu

Related to #1764
This commit is contained in:
Massedil
2025-07-02 21:33:13 +02:00
parent 5b77cc17d2
commit 960b2ca4f7
4 changed files with 40 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ export interface IConfig {
longDescription: string;
contact: string;
slogan: string;
externalUrls: { url: string; label: string; enabled: boolean }[];
instanceLogo: { url: string };
defaultPicture: { url: string };
primaryColor: string;