🌐 AI搜索 & 代理 主页
Skip to content

Commit 8db5d95

Browse files
authored
Merge branch 'dev' into issue/4064
2 parents ce7f47e + de6e229 commit 8db5d95

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)