Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Commit 2bf51cd

Browse files
committed
Added favicon to docs
1 parent d67d202 commit 2bf51cd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/.vuepress/config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ module.exports = {
22
base: '/modulist-vue/',
33
title: 'Modulist Vue',
44
description: 'Vue components for the Modulist Design System',
5+
head: [
6+
['link', { rel: 'icon', href: '/favicon.png' }]
7+
],
58
themeConfig: {
69
nav: [
710
{ text: 'Home', link: '/' },

docs/.vuepress/public/favicon.png

1.37 KB
Loading

0 commit comments

Comments
 (0)