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 <sternenseemann@systemli.org>
This commit is contained in:
parent
ce575bf65b
commit
5c9c4aa566
3 changed files with 6 additions and 8 deletions
|
|
@ -12,7 +12,7 @@ let
|
|||
index = depot.web.tvl.template {
|
||||
title = "TVL (The Virus Lounge) - Software consulting";
|
||||
content = builtins.readFile ./content.md;
|
||||
useUrls = true; # load resources from tvl.fyi
|
||||
staticUrl = "https://tvl.fyi/static";
|
||||
extraFooter = "\n|\n © ООО ТВЛ";
|
||||
|
||||
# TODO(tazjin): The `.tvl-logo` thing can probably go in the shared CSS.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue