Skip to content

Commit 67d75cb

Browse files
committed
Better logo.
1 parent bc6dc32 commit 67d75cb

4 files changed

Lines changed: 1 addition & 2 deletions

File tree

bun.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/layout/logo.png

61.3 KB
Loading

public/og-image.png

-37.1 KB
Binary file not shown.

src/layouts/global.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const fullDescription = description
2626
: "Media over QUIC is a new live media protocol designed for simplicity and scale. It uses new browser technologies like WebTransport and WebCodecs to deliver media with latency that rivals WebRTC.";
2727
const ogImage = frontmatter?.cover
2828
? `${siteUrl}${frontmatter.cover}`
29-
: `${siteUrl}/og-image.png`;
29+
: `${siteUrl}/layout/logo.png`;
3030
---
3131

3232
<!doctype html>

0 commit comments

Comments
 (0)