Skip to content

Commit

Permalink
Merge pull request #2885 from KukretiShubham/og-fi
Browse files Browse the repository at this point in the history
add: missing image tag
  • Loading branch information
KukretiShubham authored Nov 12, 2024
2 parents a350495 + 8d450cb commit 7582330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/passport/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const description =

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<meta property="og:image" content={`${image}`} />
<meta name="description" content={`${description}`} />
<meta property="og:title" content={title} />
<meta property="og:description" content={description} />
Expand Down

0 comments on commit 7582330

Please sign in to comment.