refactor(web/tvl/template): default staticUrl to static.tvl.{fyi|su}
Change-Id: Ibccb690dc1371499e9800d4414002ce586490a91 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3681 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
c0ccb6625c
commit
348cf5ae73
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue