Skip to content

Commit e575e79

Browse files
Adding meta theme-color (#1870)
1 parent 1e78e50 commit e575e79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,7 @@ export default defineConfigWithTheme<ThemeConfig>({
560560
scrollOffset: 'header',
561561

562562
head: [
563+
['meta', { name: 'theme-color', content: "#3c8772" }],
563564
['meta', { name: 'twitter:site', content: '@vuejs' }],
564565
['meta', { name: 'twitter:card', content: 'summary' }],
565566
[

0 commit comments

Comments
 (0)