diff --git a/src/app/mod.rs b/src/app/mod.rs index a22a981..0776002 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(format!("https://christine.website/{}", post.link))?; + urlwriter.url(post.link.clone())?; } urlwriter.end()?;