fix(wpcarro/blog): Fix broken hrefs to blog posts

Remove remaining references to blog.wpcarro.dev

Change-Id: I364763459b195fc17753da4a7c5918ce5136e891
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4718
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2021-12-27 12:12:12 -04:00 committed by clbot
parent 1d4f88cbde
commit 1f8e606c12
3 changed files with 2 additions and 124 deletions

View file

@ -10,8 +10,7 @@ let
config = {
name = "wpcarro's blog";
baseUrl = "https://blog.wpcarro.dev";
footer = "";
baseUrl = "https://wpcarro.dev/blog";
};
posts = filter includePost (list post (import ./posts.nix));