Skip to content

Commit c5c3fab

Browse files
committed
docs: add favicon and add description
1 parent a2cfcba commit c5c3fab

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Diff for: docs/.vuepress/config.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
module.exports = {
22
theme: 'default-vue-a11y',
33
title: 'Vue Axe',
4+
description: 'Accessibility auditing for Vue.js applications.',
45
head: [
56
['meta', { name: 'theme-color', content: '#fff' }],
7+
['link', { rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg' }]
68
],
79
themeConfig: {
810
home: false,

Diff for: docs/.vuepress/public/favicon-dark.svg

+1
Loading

Diff for: docs/.vuepress/public/favicon.svg

+1
Loading

0 commit comments

Comments
 (0)