Skip to content

Commit

Permalink
address comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug committed Jan 2, 2025
1 parent 897f7c9 commit b104fd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
let show = false;
const siteUrl =
deployment.domain ?? (proxyRuleList.total ? proxyRuleList.rules[0].domain : undefined);
deployment.domain ?? (proxyRuleList.total > 0 ? proxyRuleList.rules[0].domain : undefined);
$: totalSize = humanFileSize((deployment?.buildSize ?? 0) + (deployment?.size ?? 0));
</script>
Expand Down

0 comments on commit b104fd8

Please sign in to comment.