Skip to content

Commit 2b9520e

Browse files
Merge pull request #385 from J3m5/favicon
docs(config): add favicon
2 parents 211189b + 406e14d commit 2b9520e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/.vuepress/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
22
title: 'FeathersVuex',
33
description: 'Integration of FeathersJS, Vue, and Nuxt for the artisan developer',
4+
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
45
theme: 'default-prefers-color-scheme',
56
themeConfig: {
67
repo: 'feathersjs-ecosystem/feathers-vuex',
@@ -23,4 +24,4 @@ module.exports = {
2324
updatePopup: true
2425
}
2526
}
26-
}
27+
}

docs/.vuepress/public/favicon.ico

11.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)