diff --git a/src/config.rs b/src/config.rs index 0108889..268b757 100644 --- a/src/config.rs +++ b/src/config.rs @@ -11,7 +11,7 @@ pub static CONFIG: Lazy = Lazy::new(Config::load); // This serves as the frontend for an archival API - on removed comments, this URL // will be the base of a link, to display removed content (on another site). -pub const DEFAULT_PUSHSHIFT_FRONTEND: &str = "undelete.pullpush.io"; +pub const DEFAULT_PUSHSHIFT_FRONTEND: &str = "ihsoyct.github.io"; /// Stores the configuration parsed from the environment variables and the /// config file. `Config::Default()` contains None for each setting.