fix: show domain with https (clickable)

See toolshed/abra#643
This commit is contained in:
2025-11-09 10:56:21 +01:00
parent a2cc70b2f5
commit bb93e4266a
2 changed files with 8 additions and 1 deletions

View File

@ -64,7 +64,7 @@ func DeployOverview(
server = "local"
}
domain := app.Domain
domain := fmt.Sprintf("https://%s", app.Domain)
if domain == "" {
domain = config.MISSING_DEFAULT
}