From 042c925d15970a4c81d916cd23a1ec5db6204ed4 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Sun, 7 Dec 2025 14:10:47 +0200 Subject: [PATCH] fix: pbs port --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 1d28a6d..d4bfd7e 100644 --- a/config.toml +++ b/config.toml @@ -13,7 +13,7 @@ links = [ { href = "https://este.loxe.lab.liljamo.com:8006", name = "este" }, { href = "https://nessa.loxe.lab.liljamo.com:8006", name = "nessa" }, { subtitle = "Backup" }, - { href = "https://pbs.loxe.lab.liljamo.com:8006", name = "PBS" }, + { href = "https://pbs.loxe.lab.liljamo.com:8007", name = "PBS" }, ] [[extra.sections]] -- 2.44.1