Skip to content

Commit

Permalink
fix: update favicon link
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi-best committed Dec 11, 2023
1 parent 399541d commit b7f9d14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ const config: DocsThemeConfig = {
},
head: (
<>
<link rel="shortcut icon" type="image/x-icon" href={`/img/favicon.ico`} />
<link rel="icon" type="image/x-icon" sizes="16x16" href={`/img/logo-16.png`} />
<link rel="icon" type="image/x-icon" sizes="32x32" href={`/img/logo-32.png`} />
<link rel="shortcut icon" type="image/x-icon" href={`/docs/img/favicon.ico`} />
<link rel="icon" type="image/x-icon" sizes="16x16" href={`/docs/img/logo-16.png`} />
<link rel="icon" type="image/x-icon" sizes="32x32" href={`/docs/img/logo-32.png`} />
</>
)
};
Expand Down

2 comments on commit b7f9d14

@vercel
Copy link

@vercel vercel bot commented on b7f9d14 Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on b7f9d14 Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

landingpage – ./apps/classroomio-com

classroomio-com.vercel.app
landingpage-git-main-rotimi-best.vercel.app
landingpage-rotimi-best.vercel.app

Please sign in to comment.