Skip to content

Commit ed1b9c6

Browse files
committed
docs: config favicon and meta theme-color
1 parent 5d7a83c commit ed1b9c6

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

docs/.vuepress/config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
module.exports = {
22
theme: 'vuepress-theme-default-vue-a11y',
33
title: 'Vue announcer',
4-
description: '',
4+
description: 'A simple way with Vue to announce any useful information for screen readers.',
5+
head: [
6+
['meta', { name: 'theme-color', content: '#fff' }],
7+
['link', { rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg' }]
8+
],
59
serviceWorker: true,
610
themeConfig: {
711
home: false,
Lines changed: 1 addition & 0 deletions
Loading

docs/.vuepress/public/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)