Skip to content

Commit 161cf44

Browse files
committed
Set og meta
1 parent 205e679 commit 161cf44

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

docusaurus.config.ts

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,32 @@ const config: Config = {
4646
],
4747
themeConfig: {
4848
image: 'img/page-preview.png',
49+
metadata: [
50+
{
51+
name: 'og:title',
52+
content: 'Unity Tools for Azure DevOps'
53+
},
54+
{
55+
name: 'og:description',
56+
content: 'Free and open source. Save time and money by automating your Unity builds and deployments!'
57+
},
58+
{
59+
name: 'og:url',
60+
content: 'https://www.unitydevops.com/'
61+
},
62+
{
63+
name: 'og:site_name',
64+
content: 'Unity Tools for Azure DevOps'
65+
},
66+
{
67+
name: 'og:image',
68+
content: 'img/page-preview.png'
69+
},
70+
{
71+
name: 'og:type',
72+
content: 'website'
73+
}
74+
],
4975
navbar: {
5076
title: 'Unity Tools for Azure DevOps',
5177
logo: {
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)