Skip to content

Commit

Permalink
Update static assets
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanhogan committed May 28, 2024
1 parent 727e2a8 commit 9b9b5ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file removed public/favicon-dark.png
Binary file not shown.
Binary file removed public/favicon.png
Binary file not shown.
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<meta property="og:type" content="website" />
<meta property="og:title" content="Wikipadia" />
<meta property="og:site_name" content="Wikipadia" />
<meta name="msapplication-TileImage" content="%PUBLIC_URL%/apple-touch-icon.png" />
<meta name="msapplication-TileImage" content="https://res.cloudinary.com/rowanhogan/image/upload/v1716895844/wikipadia/apple-touch-icon_j7xtso.png" />

<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="icon" href="%PUBLIC_URL%/favicon.png" media="(prefers-color-scheme: light)"/>
<link rel="icon" href="%PUBLIC_URL%/favicon-dark.png" media="(prefers-color-scheme: dark)"/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon.png">
<link rel="icon" href="https://res.cloudinary.com/rowanhogan/image/upload/v1716895845/wikipadia/favicon_ftjain.png" media="(prefers-color-scheme: light)"/>
<link rel="icon" href="https://res.cloudinary.com/rowanhogan/image/upload/v1716895844/wikipadia/favicon-dark.png" media="(prefers-color-scheme: dark)"/>
<link rel="apple-touch-icon" href="https://res.cloudinary.com/rowanhogan/image/upload/v1716895844/wikipadia/apple-touch-icon_j7xtso.png">
<link href="https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700|Playfair+Display:700" rel="stylesheet">
</head>
<body>
Expand Down

0 comments on commit 9b9b5ed

Please sign in to comment.