mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fallback to domain to url if no title
This commit is contained in:
parent
309c581cf5
commit
d1d18315c8
1 changed files with 3 additions and 1 deletions
|
|
@ -258,7 +258,9 @@ export const createArticleResolver = authorized<
|
|||
title ||
|
||||
parsedContent?.title ||
|
||||
preparedDocument?.pageInfo.title ||
|
||||
croppedPathname,
|
||||
croppedPathname ||
|
||||
parsedContent?.siteName ||
|
||||
url,
|
||||
author: parsedContent?.byline,
|
||||
url: normalizeUrl(canonicalUrl || url, {
|
||||
stripHash: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue