mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-17 22:00:00 +00:00
tumblr: fix at.tumblr link handling
This commit is contained in:
parent
0dcd36c16f
commit
ca04acc468
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue