Skip to content

Commit

Permalink
Add favicon to guides theme
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Apr 20, 2018
1 parent a673c5a commit 274fbdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions guides/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ module.exports = {
title: 'Guidelines',
description: 'Developer Guides for Solidus',
base: '/solidus/',
head: [
['link', { rel: 'shortcut icon', href: '/favicon.ico' }],
['link', { rel: 'apple-touch-icon', href: '/apple-touch-icon.png' }]
],
themeConfig: {
repo: 'solidusio/solidus',
editLinks: true,
Expand Down
Binary file added guides/.vuepress/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added guides/.vuepress/public/favicon.ico
Binary file not shown.

0 comments on commit 274fbdb

Please sign in to comment.