From b45da0e007e994edb2609a698e15405086ec52b0 Mon Sep 17 00:00:00 2001 From: Guillermo Roche Date: Sat, 2 Nov 2024 23:56:30 +0100 Subject: [PATCH] fix twitter link again --- src/rewrite_links/links_to_rewrite.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rewrite_links/links_to_rewrite.rs b/src/rewrite_links/links_to_rewrite.rs index 6a6d9f7..d41fa19 100644 --- a/src/rewrite_links/links_to_rewrite.rs +++ b/src/rewrite_links/links_to_rewrite.rs @@ -6,7 +6,7 @@ static URLS: phf::Map<&'static str, &'static str> = phf_map! { "www.tiktok.com" => "vxtiktok.com", "vm.tiktok.com" => "vxtiktok.com", "https://x.com" => "https://fxtwitter.com", - "https://fxtwitter.com" => "https://fxtwitter.com", + "https://twitter.com" => "https://fxtwitter.com", }; pub fn filter_string(url: String, domain: String) -> Option {