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