From 26f0ba5464131630db06dcbba5b445516b95c2ff Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 1 Oct 2021 19:57:43 +0300 Subject: refactor(web): use static.tvl.{fyi|su} for static assets Replaces all uses of relative static paths in TVL pages with the static.tvl.fyi domain. Where possible, the drv hash is directly embedded in the content. Change-Id: Ia882dd37ceae9d047cd81cf1eb37a856b339643a Reviewed-on: https://cl.tvl.fyi/c/depot/+/3682 Tested-by: BuildkiteCI Reviewed-by: sterni --- web/atward/indexHtml/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'web/atward/indexHtml') diff --git a/web/atward/indexHtml/default.nix b/web/atward/indexHtml/default.nix index ebe5168763..31ced80096 100644 --- a/web/atward/indexHtml/default.nix +++ b/web/atward/indexHtml/default.nix @@ -2,7 +2,6 @@ depot.web.tvl.template { title = "atward"; - staticUrl = "https://tvl.fyi/static"; content = '' atward ====== -- cgit 1.4.1