diff options
Diffstat (limited to 'corp')
-rw-r--r-- | corp/website/content.md | 2 | ||||
-rw-r--r-- | corp/website/default.nix | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/corp/website/content.md b/corp/website/content.md index 6dba8dfdad57..f7ca9786fbea 100644 --- a/corp/website/content.md +++ b/corp/website/content.md @@ -3,7 +3,7 @@ The Virus Lounge ---------------- -<img class="tvl-logo" src="https://tvl.fyi/static/tvl-animated.svg" +<img class="tvl-logo" src="https://static.tvl.su/latest/logo-animated.svg" alt="Virus with lambda-shaped spike proteins sitting on an armchair"> Welcome to the corporate face of [The Virus Lounge][tvl-fyi]. diff --git a/corp/website/default.nix b/corp/website/default.nix index fac9a7dce3e8..8740041d9be7 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. |