diff --git a/src/app/mod.rs b/src/app/mod.rs index 0776002..a22a981 100644 --- a/src/app/mod.rs +++ b/src/app/mod.rs @@ -123,7 +123,7 @@ pub async fn init(cfg: PathBuf) -> Result { } for post in &everything { - urlwriter.url(post.link.clone())?; + urlwriter.url(format!("https://christine.website/{}", post.link))?; } urlwriter.end()?;