Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update blog favicon #478

Merged
merged 3 commits into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/favicon.ico
Binary file not shown.
Binary file removed public/favicon.png
Binary file not shown.
Binary file added public/icon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"icons": [
{"src": "/icon-192.png", "type": "image/png", "sizes": "192x192"},
{"src": "/icon-512.png", "type": "image/png", "sizes": "512x512"}
]
}
3 changes: 2 additions & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ const canonicalUrl = new URL(Astro.url.pathname, Astro.site);

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="icon" type="image/png" href="/favicon.ico" />
<link rel="manifest" href="/manifest.webmanifest" />
<meta name="generator" content={Astro.generator} />

<title set:html={`${title} | Beeminder Blog`} />
Expand Down
6 changes: 3 additions & 3 deletions src/lib/__snapshots__/getPosts.spec-snapshot.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4860,7 +4860,7 @@ Yay incentives!
"
`;

exports[`body > post astroblog hash f214b52e8804417aa13a661edf7e99c0 1`] = `
exports[`body > post astroblog hash 2cb564f0bd8c34a3eba61786b84c0b7b 1`] = `
"
<p>
<img
Expand Down Expand Up @@ -68012,7 +68012,7 @@ But don&#8217;t listen to me, see what a true
"
`;

exports[`body > post predict hash 1c0bdd2bcebb1e1c91531bb0bce392d0 1`] = `
exports[`body > post predict hash b9ed963e091616cadde1b4326a1ba560 1`] = `
"
<p>
<img
Expand Down Expand Up @@ -72186,7 +72186,7 @@ See especially the case of Pact, whose scheme of paying successful users we&#821
"
`;

exports[`body > post readwise hash cfc7dd19133c9cf22f76789324c48ebf 1`] = `
exports[`body > post readwise hash df9779ab68a4458e6036baf279071d00 1`] = `
"
<p>
<img
Expand Down
Loading