From 5c9c4aa56625962cf6c61abd069c392415864754 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 1 Oct 2021 01:12:40 +0300 Subject: refactor(web/tvl/template): Make static asset URL configurable Change-Id: I168924cd7b15103d64c9ad72172f72304e1d3a7d Reviewed-on: https://cl.tvl.fyi/c/depot/+/3659 Tested-by: BuildkiteCI Reviewed-by: sterni --- web/atward/indexHtml/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/atward/indexHtml') diff --git a/web/atward/indexHtml/default.nix b/web/atward/indexHtml/default.nix index adf7c1761a..ebe5168763 100644 --- a/web/atward/indexHtml/default.nix +++ b/web/atward/indexHtml/default.nix @@ -1,8 +1,8 @@ { depot, ... }: depot.web.tvl.template { - useUrls = true; title = "atward"; + staticUrl = "https://tvl.fyi/static"; content = '' atward ====== -- cgit 1.4.1