Skip to content

Commit

Permalink
🍱 Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-M-WL committed Nov 22, 2023
1 parent c5023d2 commit 11f41a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ module.exports = {
head: [
['meta', { name: 'theme-color', content: '#0C9D46' }],
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }]
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }],
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }],
['link', { rel: "icon", type: "image/png", sizes: "32x32", href: "/favicon.ico"}],
],

/**
Expand Down
Binary file added docs/src/.vuepress/favicon.ico
Binary file not shown.
Binary file added docs/src/favicon.ico
Binary file not shown.

0 comments on commit 11f41a0

Please sign in to comment.