@@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
8
8
const config = {
9
9
title : 'Gitploy' ,
10
10
tagline : 'Builds your deployment system around GitHub.' ,
11
- url : 'https://www.gitploy.io/ ' ,
11
+ url : 'https://www.gitploy.io' ,
12
12
baseUrl : '/' ,
13
13
onBrokenLinks : 'throw' ,
14
14
onBrokenMarkdownLinks : 'warn' ,
@@ -60,8 +60,19 @@ const config = {
60
60
/** @type {import('@docusaurus/preset-classic').ThemeConfig } */
61
61
( {
62
62
metadata : [
63
- { name : 'og:image' , content : '/img/logo.svg' } ,
64
- { name : 'keywords' , content : 'github, github deployment api, github environment, deploy, continuous deployment, continuous delivery, cicd' }
63
+ // General
64
+ { name : 'description' , content : 'Build the deployment system around GitHub.' } ,
65
+ { name : 'keywords' , content : 'github, github deployment api, github environment, deploy, continuous deployment, continuous delivery, cicd' } ,
66
+ // Facebook
67
+ { property : 'og:type' , content : 'website' } ,
68
+ { property : 'og:description' , content : 'Build the deployment system around GitHub.' } ,
69
+ { property : 'og:image' , content : 'https://www.gitploy.io/img/logo_400.png' } ,
70
+ // Twitter
71
+ { property : 'twitter:domain' , content : 'gitploy.io' } ,
72
+ { property : 'twitter:url' , content : 'https://www.gitploy.io/' } ,
73
+ { name : 'twitter:title' , content : 'Gitploy' } ,
74
+ { name : 'twitter:description' , content : 'Build the deployment system around GitHub.' } ,
75
+ { name : 'twitter:image' , content : 'https://www.gitploy.io/img/logo_400.png' } ,
65
76
] ,
66
77
navbar : {
67
78
title : 'Gitploy' ,
0 commit comments