Update logo paths in index.php to use absolute paths
This commit is contained in:
parent
7b761dd668
commit
2dcdf6e71c
10
index.php
10
index.php
@ -14,14 +14,14 @@ $projects = [
|
||||
"title" => "Gitea",
|
||||
"description" => "Mein privates Git-Repository – Quellcode, Projekte & mehr.",
|
||||
"url" => "/git",
|
||||
"logo" => "icons/gitea.svg",
|
||||
"logo" => "/icons/gitea.svg",
|
||||
"color" => "#609926"
|
||||
],
|
||||
[
|
||||
"title" => "Nextcloud",
|
||||
"description" => "Meine persönliche Cloud – Dateien, Kalender & Kontakte.",
|
||||
"url" => "/nextcloud",
|
||||
"logo" => "icons/nextcloud.svg",
|
||||
"logo" => "/icons/nextcloud.svg",
|
||||
"color" => "#0082c9"
|
||||
],
|
||||
],
|
||||
@ -30,7 +30,7 @@ $projects = [
|
||||
"title" => "Geizkragen.store",
|
||||
"description" => "Schulprojekt – Ein Online-Shop für Schnäppchenjäger.",
|
||||
"url" => "https://geizkragen.store",
|
||||
"logo" => "icons/geizkragen.png",
|
||||
"logo" => "/icons/geizkragen.png",
|
||||
"color" => "#e8281e",
|
||||
"external" => true
|
||||
],
|
||||
@ -40,7 +40,7 @@ $projects = [
|
||||
"title" => "Home Assistant",
|
||||
"description" => "Meine Smart-Home-Zentrale – Automatisierungen & Geräte.",
|
||||
"url" => "http://homeassistant.fabianschieder.com",
|
||||
"logo" => "icons/homeassistant.svg",
|
||||
"logo" => "/icons/homeassistant.svg",
|
||||
"color" => "#18BCF2",
|
||||
"external" => true
|
||||
],
|
||||
@ -48,7 +48,7 @@ $projects = [
|
||||
"title" => "NAS",
|
||||
"description" => "Mein Netzwerkspeicher – Daten & Backups.",
|
||||
"url" => "http://nas.fabianschieder.com",
|
||||
"logo" => "icons/nas.svg",
|
||||
"logo" => "/icons/nas.svg",
|
||||
"color" => "#a855f7",
|
||||
"external" => true
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user