Merge branch 'wesbos:master' into master

This commit is contained in:
Scott Spence 2023-02-21 21:20:54 +01:00 committed by GitHub
commit 1db14ea411
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 8 deletions

File diff suppressed because one or more lines are too long

View file

@ -48,7 +48,7 @@ export default function App() {
<meta name="twitter:creator" content="@wesbos" />
<meta name="twitter:title" content={metaData.title} />
<meta name="twitter:description" content={metaData.description} />
<meta name="twitter:image" content={twitterCard} />
<meta name="twitter:image" content={`https://uses.tech${twitterCard}`} />
<Links />
</head>
<body>