mirror of
https://github.com/imputnet/cobalt.git
synced 2025-12-13 19:55:20 +00:00
tumblr: fix at.tumblr link handling
This commit is contained in:
@@ -6,7 +6,7 @@ export default async function(obj) {
|
||||
|
||||
if (subdomain?.includes('.')) {
|
||||
return { error: ['ErrorBrokenLink', 'tumblr'] }
|
||||
} else if (subdomain === 'www') {
|
||||
} else if (subdomain === 'www' || subdomain === 'at') {
|
||||
subdomain = undefined
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user