Publish phantom token blog

This commit is contained in:
2026-05-07 00:50:06 +02:00
parent 31a73a8cc5
commit 9b4b1c7a79
2 changed files with 5 additions and 7 deletions
+1 -2
View File
@@ -28,8 +28,7 @@ const { title, description, currentPath } = Astro.props;
href="/rss.xml"
title={title}
/>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" type="image/png" href="/img/author.png" />
<meta property="og:url" content={new URL(Astro.url.pathname, Astro.site).href} />
<meta property="og:site_name" content={title} />
<meta property="og:title" content={title} />