diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 3edbd81..7460aca 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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: { diff --git a/static/img/unity-activate-license-task/unity-activate-license-classic.png b/static/img/unity-activate-license-task/unity-activate-license-classic.png deleted file mode 100644 index f65d9a0..0000000 Binary files a/static/img/unity-activate-license-task/unity-activate-license-classic.png and /dev/null differ diff --git a/static/img/unity-activate-license-task/unity-activate-license-log.png b/static/img/unity-activate-license-task/unity-activate-license-log.png deleted file mode 100644 index 3bf5009..0000000 Binary files a/static/img/unity-activate-license-task/unity-activate-license-log.png and /dev/null differ