We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e875c1e commit bc106a9Copy full SHA for bc106a9
frontend/src/routes/+layout.svelte
@@ -11,9 +11,7 @@
11
const SITE_TITLE = 'rustytime';
12
const SITE_DESCRIPTION = 'Blazingly fast time tracking for developers.';
13
const SITE_URL = 'https://rustytime.shymike.dev';
14
-
15
- const ogImagePath = favicon.startsWith('/') ? favicon : `/${favicon}`;
16
- const ogImageUrl = `${SITE_URL}${ogImagePath}`;
+ const ogImageUrl = `${SITE_URL}/og-image.png`;
17
18
const canonicalUrl = $derived(`${SITE_URL}${page.url.pathname}${page.url.search}`);
19
frontend/static/og-image.png
11.5 KB
0 commit comments