Skip to content

Commit

Permalink
docs: update theme-color (#1813)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
  • Loading branch information
sanjaiyan-dev and antfu committed Aug 13, 2022
1 parent 136b5c1 commit 1314205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default defineConfig({
title: vitestName,
description: vitestDescription,
head: [
['meta', { name: 'theme-color', content: '#ffffff' }],
['meta', { name: 'theme-color', content: '#729b1a' }],
['link', { rel: 'icon', href: '/logo.svg', type: 'image/svg+xml' }],
['link', { rel: 'alternate icon', href: '/favicon.ico', type: 'image/png', sizes: '16x16' }],
['meta', { name: 'author', content: `${teamMembers.map(c => c.name).join(', ')} and ${vitestName} contributors` }],
Expand Down

0 comments on commit 1314205

Please sign in to comment.