about summary refs log tree commit diff
path: root/corp
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-09-30T22·12+0300
committertazjin <mail@tazj.in>2021-10-01T15·33+0000
commit5c9c4aa56625962cf6c61abd069c392415864754 (patch)
tree2d49d9c9fb52ee4dff59a6bdc5e72e35d36e5e45 /corp
parentce575bf65bb73a8e55a26701879a39b52d67c200 (diff)
refactor(web/tvl/template): Make static asset URL configurable r/2942
Change-Id: I168924cd7b15103d64c9ad72172f72304e1d3a7d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3659
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
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.