Skip to content

Commit de6e229

Browse files
tmorehousejacobmllr95
authored andcommitted
chore(docs): ensure opengraph and twitter meta is provided (#4072)
* chore(docs): ensure opengraph and twitter meta is provided * Update nuxt.config.js * Update nuxt.config.js * Update nuxt.config.js * Update nuxt.config.js
1 parent 56f9ecd commit de6e229

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/nuxt.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,14 @@ module.exports = {
189189
short_name: 'BootstrapVue',
190190
description: 'Quickly integrate Bootstrap v4 components with Vue.js',
191191
theme_color: '#563d7c'
192+
},
193+
meta: {
194+
// `ogHost` is required for `og:image` to be populated
195+
ogHost: 'https://bootstrap-vue.js.org',
196+
ogImage: true,
197+
twitterCard: 'summary',
198+
twitterSite: '@BootstrapVue',
199+
twitterCreator: '@BootstrapVue'
192200
}
193201
},
194202

0 commit comments

Comments
 (0)