diff options
author | Vincent Ambo <mail@tazj.in> | 2023-06-15T21·40+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-06-15T21·46+0000 |
commit | 0b2f5510ed1cf4892fee94de2692bd493ec16fb7 (patch) | |
tree | 333f5131d8b0c001378c016a83f975d7a58ef833 | |
parent | fe3a8e08a49d9628ffb6076bc61d193c12822cca (diff) |
fix(tazjin/blog): don't cross-reference static assets from tvl.fyi r/6321
Change-Id: I2315da278acf9e8af48c4e606a7aaee950283b0f Reviewed-on: https://cl.tvl.fyi/c/depot/+/8805 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su>
-rw-r--r-- | users/tazjin/blog/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/blog/default.nix b/users/tazjin/blog/default.nix index 85e9d29b3aae..60c79f0941e4 100644 --- a/users/tazjin/blog/default.nix +++ b/users/tazjin/blog/default.nix @@ -8,6 +8,7 @@ let config = { name = "tazjin's blog"; baseUrl = "https://tazj.in/blog"; + staticUrl = "https://tazj.in/static/"; footer = '' <p class="footer"> |