From 0948c5b864eb009295d1c75781d4cdaa69001632 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:59:48 +0200 Subject: [PATCH] Update config.json --- mealie/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mealie/config.json b/mealie/config.json index 7edf01c3d..d1eab68b9 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -76,6 +76,7 @@ "DATA_DIR": "/config", "DB_ENGINE": "sqlite", "MAX_WORKERS": "1", + "NUXT_APP_BASE_URL": "/mealie/", "WEB_CONCURRENCY": "2", "WEB_GUNICORN": "true", "WORKERS_PER_CORE": "0.5" @@ -119,5 +120,5 @@ "slug": "mealie", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v3.0.1-5" + "version": "v3.0.1-6" }