diff options
Diffstat (limited to 'web/tvl/template/default.nix')
-rw-r--r-- | web/tvl/template/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tvl/template/default.nix b/web/tvl/template/default.nix index fa8b860cff91..b91016c22f11 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 |