about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-10-01T16·46+0300
committertazjin <mail@tazj.in>2021-10-05T13·18+0000
commit348cf5ae73edecbfe2f6e72dcddc837b5f8db1f4 (patch)
tree3b7328bb2d94e2c16f1cf2dad6a019cdeef482b8 /web
parentc0ccb6625c616c602ac2c602678d15d781983a78 (diff)
refactor(web/tvl/template): default staticUrl to static.tvl.{fyi|su} r/2949
Change-Id: Ibccb690dc1371499e9800d4414002ce586490a91
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3681
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'web')
-rw-r--r--web/tvl/template/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tvl/template/default.nix b/web/tvl/template/default.nix
index fa8b860cff..b91016c22f 100644
--- a/web/tvl/template/default.nix
+++ b/web/tvl/template/default.nix
@@ -9,7 +9,7 @@
   # optional extra html to inject into <footer>
 , extraFooter ? null
   # URL at which static assets are located
-, staticUrl ? "/static"
+, staticUrl ? "https://static.tvl.fyi/${depot.web.static.drvHash}"
 }@args:
 
 let