From 2403a9a3599c4b77d33fb6de5f438e53e19412ff Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 25 Sep 2022 16:03:17 +0200 Subject: update BLOG_BASE --- code/src/atom.rs | 6 +++--- code/src/main.rs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'code/src') diff --git a/code/src/atom.rs b/code/src/atom.rs index 0b3b5ba..7912b97 100644 --- a/code/src/atom.rs +++ b/code/src/atom.rs @@ -27,7 +27,7 @@ pub fn generate_atom(args: &Args) -> String { r#" {title} - + tag:metamuffin.org,{date},{title} {datetime} N/A @@ -45,8 +45,8 @@ pub fn generate_atom(args: &Args) -> String { metamuffin's blog where they post pointless stuff - - + + urn:uuid:3cf2b704-3d94-4f1f-b194-42798ab5b47c {} diff --git a/code/src/main.rs b/code/src/main.rs index c20d137..21732d7 100644 --- a/code/src/main.rs +++ b/code/src/main.rs @@ -14,7 +14,7 @@ use std::{ process::{Command, Stdio}, }; -pub const BLOG_BASE: &'static str = "s.metamuffin.org/temp/blog-preview"; +pub const BLOG_BASE: &'static str = "https://metamuffin.org/blog"; #[derive(Parser)] pub struct Args { -- cgit v1.2.3-70-g09d2