update Gitea project URL to use the full external link

This commit is contained in:
Fabian Schieder 2026-03-02 21:22:23 +01:00
parent 587793b4ac
commit 8f3017f702

View File

@ -11,7 +11,7 @@ return [
[ [
'title' => 'Gitea', 'title' => 'Gitea',
'description' => 'Mein privater Gitea - Server', 'description' => 'Mein privater Gitea - Server',
'url' => '/git', 'url' => 'https://git.fabianschieder.com',
'logo' => '/icons/gitea.svg', 'logo' => '/icons/gitea.svg',
'color' => '#609926', 'color' => '#609926',
'external' => true, 'external' => true,
@ -74,4 +74,3 @@ return [
], ],
], ],
]; ];