Skip to content

Commit

Permalink
Fix broken favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanChaudhary committed Aug 23, 2024
1 parent 40bde92 commit 2a2c604
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
Expand Down
6 changes: 2 additions & 4 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta property="og:url" content="https://numbers.arhan.sh" />
<meta property="og:title" content="Numbers" />
<meta property="og:description" content="How Many Iconic Computing Numbers can you Recognize?" />
<meta property="og:image" content="https://numbers.arhan.sh/favicon.ico" />
<meta property="og:image" content="https://numbers.arhan.sh/favicon.png" />
<meta name="twitter:card" content="summary" />
<meta name="author" content="Arhan Chaudhary" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand All @@ -29,9 +29,7 @@
class="text-blue-600 underline mx-1">Source</a
>
&#x2022;
<a href="https://arhan.sh" class="text-blue-600 underline mx-1"
>My website</a
>
<a href="https://arhan.sh" class="text-blue-600 underline mx-1">My website</a>
</div>
</div>
</main>
Binary file removed static/favicon.ico
Binary file not shown.
Binary file added static/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 2a2c604

Please sign in to comment.