Skip to content

Commit

Permalink
at2
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Dec 24, 2023
1 parent d74d715 commit 907b247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default async (url: URL, lang: string | null = null): Promise<SummalyEx>
description = null;
}

let siteName =
let siteName: string | null =
$('meta[property="og:site_name"]').attr('content') ??
$('meta[name="application-name"]').attr('content') ??
landingUrl.hostname ??
Expand Down

0 comments on commit 907b247

Please sign in to comment.