Skip to content

Commit

Permalink
Merge pull request #216 from flowforge/zj-add-favicon
Browse files Browse the repository at this point in the history
docs: Add favicon to site
  • Loading branch information
joepavitt authored Sep 26, 2023
2 parents bf55a20 + ba98cd4 commit f3e3a13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default ({ mode }) => {
}
},
head: [
['link', { rel: 'icon', href: '/favicon.ico' }],
['meta', { property: 'og:image', content: 'https://dashboard.flowfuse.com/dashboard_og.jpg' }],
['meta', { property: 'twitter:card', content: 'summary_large_image' }],
[
Expand Down
Binary file added docs/public/favicon.ico
Binary file not shown.

0 comments on commit f3e3a13

Please sign in to comment.