mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Test url meta tag
This commit is contained in:
parent
a3a9f893ae
commit
4a6009c94f
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ export default async (request, context) => {
|
|||
content.push(`<link rel="icon" type="image/png" href="https://fonts.gstatic.com/s/e/notoemoji/14.0/${codepoints.join("_")}/128.png">`);
|
||||
}
|
||||
}
|
||||
content.push(`<meta property="og:url" content="https://www.imdb.com/title/tt0117500/" />`);
|
||||
|
||||
console.log(["Metadata Request", JSON.stringify(info), geo, ua].join('\t'));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue