Skip to content

Commit

Permalink
Set og meta
Browse files Browse the repository at this point in the history
  • Loading branch information
FejZa committed Dec 13, 2024
1 parent 205e679 commit 161cf44
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,32 @@ const config: Config = {
],
themeConfig: {
image: 'img/page-preview.png',
metadata: [
{
name: 'og:title',
content: 'Unity Tools for Azure DevOps'
},
{
name: 'og:description',
content: 'Free and open source. Save time and money by automating your Unity builds and deployments!'
},
{
name: 'og:url',
content: 'https://www.unitydevops.com/'
},
{
name: 'og:site_name',
content: 'Unity Tools for Azure DevOps'
},
{
name: 'og:image',
content: 'img/page-preview.png'
},
{
name: 'og:type',
content: 'website'
}
],
navbar: {
title: 'Unity Tools for Azure DevOps',
logo: {
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 161cf44

Please sign in to comment.