From bb5e18235857bd06b8aec310bf42c85d43bb152e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Schr=C3=B6tler?= <niklas@allround.digital> Date: Sat, 9 Dec 2023 16:44:37 +0100 Subject: [PATCH] configs: Adapted to base url --- public/config/default.json | 2 +- public/config/foobar.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/config/default.json b/public/config/default.json index 54ca99d..66de9e2 100644 --- a/public/config/default.json +++ b/public/config/default.json @@ -37,7 +37,7 @@ "h": 5 }, "config": { - "url": "/content/warning.png", + "url": "/infoscreen/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 e20c9f4..0caec7f 100644 --- a/public/config/foobar.json +++ b/public/config/foobar.json @@ -1,6 +1,6 @@ { "id": "foobar", - "background": "/content/preisliste.png", + "background": "/infoscreen/content/preisliste.png", "schedule": { "times": [ { -- GitLab