diff --git a/public/config/default.json b/public/config/default.json index 2ab47178b200f467cfb98bbe33ae1ff9f5f218fe..54ca99dd78483b57ef2afd72a9b1ba49689804ff 100644 --- a/public/config/default.json +++ b/public/config/default.json @@ -37,7 +37,7 @@ "h": 5 }, "config": { - "url": "/warning.png", + "url": "/content/warning.png", "title": "Achtung, Testbetrieb", "description": "Wie du vielleicht siehst, sieht dieser Bildschirm heute anders aus. Darf ich vorstellen: Der neue Infoscreen. Bitte beachte allerdings, dass wir gerade einen Testbetrieb machen. Bitte melde daher Fehler und auch sonstige Wünsche an Niklas unter @niklasschroetler:chat.upi.li oder niklas.schroetler@tu-dortmund.de" } diff --git a/public/config/foobar.json b/public/config/foobar.json index 62b1527ebdad38b08f2830b902578f0353ff8276..e20c9f4a8bb3459c65a5ca69268d71669bd1697a 100644 --- a/public/config/foobar.json +++ b/public/config/foobar.json @@ -1,6 +1,6 @@ { "id": "foobar", - "background": "/preisliste.png", + "background": "/content/preisliste.png", "schedule": { "times": [ { diff --git a/public/preisliste.png b/public/content/preisliste.png similarity index 100% rename from public/preisliste.png rename to public/content/preisliste.png diff --git a/public/warning.png b/public/content/warning.png similarity index 100% rename from public/warning.png rename to public/content/warning.png