chore: add `description` html meta tag

This commit is contained in:
MedzikUser 2022-06-15 14:50:41 +02:00
parent 3cb8107558
commit 4883e505f1
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ export default class MyDocument extends Document {
rel="stylesheet"
/>
{/* HTML Meta tags */}
<meta name="description" content={config.description} />
{/* OpenGraph card */}
<meta property="og:url" content={config.url} />
<meta property="og:type" content="website" />