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

@@ -20,6 +20,11 @@ export const CONFIG = gql`
languages
primaryColor
secondaryColor
externalUrls {
label
url
enabled
}
instanceLogo {
url
}