Skip to content

Commit

Permalink
Merge branch 'master' into websocket3
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored May 18, 2021
2 parents e496d15 + 2d5aca3 commit b42a90e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/Head.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ export default function HeadComponent({
<meta name="description" content={description} />
<link rel="alternate" type="application/rss+xml" title="RSS Feed for AsyncAPI Initiative Blog" href="/rss.xml" />

{/* Icons */}
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="194x194" href="/favicon-194x194.png" />

{/* Google / Search Engine Tags */}
<meta itemProp="name" content={title} />
<meta itemProp="description" content={description} />
Expand Down
Binary file added public/favicon-16x16.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 public/favicon-194x194.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 public/favicon-32x32.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 public/favicon.ico
Binary file not shown.

0 comments on commit b42a90e

Please sign in to comment.