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 aeff913
Show file tree
Hide file tree
Showing 3 changed files with 4 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", href: "logo.svg"}],
],

/**
Expand Down
Binary file removed docs/src/.vuepress/public/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions docs/src/.vuepress/public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aeff913

Please sign in to comment.