fix: fix mega image

This commit is contained in:
DuroCodes
2024-08-19 17:35:13 -04:00
parent b59f65f53d
commit 968ca43d20

View File

@@ -44,7 +44,7 @@ $themeStore.set(themeParam as BundledTheme);
<meta property="og:description" content="a pastebin made of sponge" />
<meta
property="og:image"
content={new URL("/images/sponge.png", Astro.url)}
content={new URL("/sponge.png", Astro.url)}
/>
<meta property="og:url" content={Astro.url} />
</head>