feat(homepage-dashboard): reintroduce path option
This commit is contained in:
@@ -117,8 +117,8 @@ in {
|
|||||||
"${service.homepage.name}" = {
|
"${service.homepage.name}" = {
|
||||||
icon = service.homepage.icon;
|
icon = service.homepage.icon;
|
||||||
description = service.homepage.description;
|
description = service.homepage.description;
|
||||||
href = "https://${domain}";
|
href = "https://${service.subdomain}.${domain}${service.homepage.path or ""}";
|
||||||
siteMonitor = "https://${domain}";
|
siteMonitor = "https://${service.subdomain}.${domain}${x.homepage.path or ""}";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user