about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2022-06-30T19·48-0700
committerclbot <clbot@tvl.fyi>2022-11-04T20·48+0000
commite3a66cbd5d0ffb2306b6fe2cd65b53a1dbd8394f (patch)
treeda58e9552d33143b405f240be5884306376d5c1a /users
parent9c7d8e791af7f6bfd4e518120cef4e36ba087fd6 (diff)
fix(web/blog): Parameterize renderPost with staticUrl r/5243
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
Diffstat (limited to 'users')
-rw-r--r--users/wpcarro/website/blog/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/wpcarro/website/blog/default.nix b/users/wpcarro/website/blog/default.nix
index 31b1c7df9c..27541b0f39 100644
--- a/users/wpcarro/website/blog/default.nix
+++ b/users/wpcarro/website/blog/default.nix
@@ -11,6 +11,7 @@ let
   config = {
     name = "bill and his blog";
     baseUrl = "https://${domain}/blog";
+    staticUrl = "https://static.tvl.fyi/latest";
     footer = "";
   };