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:
parent
1d4f88cbde
commit
1f8e606c12
3 changed files with 2 additions and 124 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue