Skip to content

Commit

Permalink
fix(updated broken favicon)
Browse files Browse the repository at this point in the history
  • Loading branch information
tashfiqul-islam committed Jan 17, 2024
1 parent 2d2a911 commit 1b44807
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,21 @@ const HomePage: React.FC = () => {
<>
{/* Favicon section */}
<Head>
<link rel="icon" href="/favicon-16x16.png" sizes="16x16" />
<link rel="icon" href="/favicon-32x32.png" sizes="32x32" />
<link rel="icon" href="/favicon.png" sizes="any" />
<link
rel="icon"
href="https://github.com/tashfiqul-islam/metro-station-finder/raw/master/public/favicon-16x16.png"
sizes="16x16"
/>
<link
rel="icon"
href="https://github.com/tashfiqul-islam/metro-station-finder/raw/master/public/favicon-32x32.png"
sizes="32x32"
/>
<link
rel="icon"
href="https://github.com/tashfiqul-islam/metro-station-finder/raw/master/public/favicon.png"
sizes="any"
/>
</Head>
{/* Background color */}
<div
Expand Down

0 comments on commit 1b44807

Please sign in to comment.