Skip to content

Commit 35c3a8d

Browse files
committed
📇 Add Pixiv embeds
1 parent 09a6eb9 commit 35c3a8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ fn replace_social_media(website: &str) -> &str {
9292
"x.com" => "https://fixvx.com",
9393
"vm.tiktok.com" => "https://vm.vxtiktok.com",
9494
"instagram.com" => "https://ddinstagram.com",
95+
"pixiv.net" => "https://phixiv.net",
9596
_ => "None",
9697
}
9798
}

0 commit comments

Comments
 (0)