Skip to content

Commit

Permalink
Introduce Favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jun 24, 2023
1 parent d9c96af commit 15afe3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export default function RootLayout({
<head>
<title>{metadata.title}</title>
<meta name="description" content={metadata.description} />
<link rel="icon" href="/favicon.png" />
<link rel="apple-touch-icon" href="/favicon.png" />
<meta property="og:title" content={metadata.title} />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://v3x.company" />
Expand Down
Binary file added public/favicon.png
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 15afe3e

Please sign in to comment.