From f1547e3b1ec4b799ad7ccb71d25aafca858c6b27 Mon Sep 17 00:00:00 2001 From: h Date: Thu, 11 Dec 2025 00:08:43 +0100 Subject: [PATCH] feat(templates): fix organizations links --- templates/custom/portfolio.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/custom/portfolio.tmpl b/templates/custom/portfolio.tmpl index c29d6b3..d525124 100644 --- a/templates/custom/portfolio.tmpl +++ b/templates/custom/portfolio.tmpl @@ -331,7 +331,7 @@ document.addEventListener('DOMContentLoaded', async () => { topics: ['project'], language: mainLang, orgName: 'Projects', - url: `{{AppSubUrl}}/orgs/${org.username}/dashboard` + url: `{{AppSubUrl}}/${org.username}` }); } else {