about summary refs log tree commit diff
path: root/corp/website/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'corp/website/default.nix')
-rw-r--r--corp/website/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/corp/website/default.nix b/corp/website/default.nix
index fac9a7dce3..8740041d9b 100644
--- a/corp/website/default.nix
+++ b/corp/website/default.nix
@@ -7,12 +7,11 @@ let
     "@context" = "https://schema.org";
     "@type" = "Organisation";
     url = "https://tvl.su";
-    logo = "https://tvl.fyi/static/tvl-animated.svg";
+    logo = "https://static.tvl.fyi/${depot.web.static.drvHash}/logo-animated.svg";
   };
   index = depot.web.tvl.template {
     title = "TVL (The Virus Lounge) - Software consulting";
     content = builtins.readFile ./content.md;
-    staticUrl = "https://tvl.fyi/static";
     extraFooter = "\n|\n © ООО ТВЛ";
 
     # TODO(tazjin): The `.tvl-logo` thing can probably go in the shared CSS.