Skip to content

Commit bc106a9

Browse files
committed
fix og image
1 parent e875c1e commit bc106a9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

frontend/src/routes/+layout.svelte

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
const SITE_TITLE = 'rustytime';
1212
const SITE_DESCRIPTION = 'Blazingly fast time tracking for developers.';
1313
const SITE_URL = 'https://rustytime.shymike.dev';
14-
15-
const ogImagePath = favicon.startsWith('/') ? favicon : `/${favicon}`;
16-
const ogImageUrl = `${SITE_URL}${ogImagePath}`;
14+
const ogImageUrl = `${SITE_URL}/og-image.png`;
1715
1816
const canonicalUrl = $derived(`${SITE_URL}${page.url.pathname}${page.url.search}`);
1917

frontend/static/og-image.png

11.5 KB
Loading

0 commit comments

Comments
 (0)