From 14eab203b90f21fc054aa929ae49121aa9c532fd Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 9 Jan 2023 19:53:13 -0300 Subject: Fixed baseURL --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 088381c..0b27ddd 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "." +baseURL = "/" languageCode = "en-us" title = "YAMS - Yet Another Media Server" themesDir = "themes" -- cgit v1.2.3