fix(web/blog): Parameterize renderPost with staticUrl

This was broken in my blog for way too long.

Change-Id: I03c45c666d67006a4608a4b19d6167ab692e321d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5905
Reviewed-by: wpcarro <wpcarro@gmail.com>
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2022-06-30 12:48:48 -07:00 committed by clbot
parent 9c7d8e791a
commit e3a66cbd5d
2 changed files with 4 additions and 5 deletions

View file

@ -11,6 +11,7 @@ let
config = {
name = "bill and his blog";
baseUrl = "https://${domain}/blog";
staticUrl = "https://static.tvl.fyi/latest";
footer = "";
};