Skip to content

Commit

Permalink
resolving favicon not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliiiu committed Aug 16, 2023
1 parent 151b798 commit a843c6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Binary file added src/app/favicon.ico
Binary file not shown.
7 changes: 4 additions & 3 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,19 @@ export const metadata: Metadata = {
images: [
{
url: "https://braindao.org/images/og-image.png",
alt: "BrainDAO - Building a more intelligent future through the IQ token.",
},
],
},
twitter: {
//@ts-ignore
card: "summary_large_image",
url: "https://braindao.org",
title:
"BrainDAO - Building a more intelligent future through the IQ token.",
description:
"Join our mission to expand the scope of human knowledge with BrainDAO, the governing DAO powering the IQ ecosystem.",
images: ["https://braindao.org/images/og-image.png"],
site: "@Everipedia",
creator: "@Everipedia",
},
};

Expand All @@ -42,7 +43,7 @@ export default function RootLayout({
<head>
<link rel="canonical" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link
rel="preconnect"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"/Applications/XAMPP/xamppfiles/htdocs/projects/Next/braindao-ui/.next/types/**/*.ts"
"/Applications/XAMPP/xamppfiles/htdocs/projects/Next/braindao-ui/.next/types/**/*.ts",
"/Users/aliusalaudeen/Documents/GitHub/braindao-ui/.next/types/**/*.ts"
],
"exclude": [
"node_modules"
Expand Down

0 comments on commit a843c6f

Please sign in to comment.