Skip to content

Commit

Permalink
docs: set browser meta theme-color (#9556)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony19 committed Aug 6, 2022
1 parent 89dd31c commit a206f16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vitepress/config.ts
Expand Up @@ -65,7 +65,8 @@ export default defineConfig({
['meta', { property: 'og:url', content: ogUrl }],
['meta', { property: 'og:description', content: ogDescription }],
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
['meta', { name: 'twitter:site', content: '@vite_js' }]
['meta', { name: 'twitter:site', content: '@vite_js' }],
['meta', { name: 'theme-color', content: '#646cff' }]
],

vue: {
Expand Down

0 comments on commit a206f16

Please sign in to comment.