Skip to content

Commit a9a3b4f

Browse files
chore: add meta theme-color to the docs (vuejs#1358)
Co-authored-by: Kia Ishii <[email protected]>
1 parent afeb06f commit a9a3b4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ export default defineConfig({
99
lastUpdated: true,
1010
cleanUrls: 'without-subfolders',
1111

12+
head: [['meta', { name: 'theme-color', content: '#3c8772' }]],
13+
1214
markdown: {
1315
headers: {
1416
level: [0, 0]

0 commit comments

Comments
 (0)