diff --git a/app/src/pages/ServiceDetail.tsx b/app/src/pages/ServiceDetail.tsx
index 078826f..15110fe 100644
--- a/app/src/pages/ServiceDetail.tsx
+++ b/app/src/pages/ServiceDetail.tsx
@@ -101,7 +101,9 @@ export function ServiceDetailPage() {
{deployment.health_path}
>
)}
- {deployment.subdomain && (
+ {/* A static already shows its gateway URL as "Served at" above; only a
+ proxied (systemd) service surfaces the same thing as "Subdomain". */}
+ {!isStatic && deployment.subdomain && (
<>
Subdomain