ui: remove source attribution + publisher rights notice

This commit is contained in:
2026-08-16 05:01:26 -04:00
parent b79c439c7f
commit b5a25c1232
4 changed files with 3 additions and 11 deletions
-2
View File
@@ -59,7 +59,6 @@ export async function generateMetadata({
images: a.image
? [{ url: a.image, width: 1200, height: 630, alt: title }]
: [{ url: '/og-image.png', width: 1200, height: 630, alt: 'MapleBrief' }],
authors: [a.siteName],
},
twitter: {
card: 'summary_large_image',
@@ -94,7 +93,6 @@ export default async function ArticlePage({
<span className="rounded bg-maple-600/10 px-2 py-0.5 text-xs font-bold uppercase tracking-wide text-maple-700">
{SECTIONS.find((s) => s.slug === a.category)?.label ?? 'Briefing'}
</span>
<span className="text-ink-500">via {a.siteName}</span>
{a.publishedAt && (
<span className="text-ink-400">· {formatFull(a.publishedAt.toISOString())}</span>
)}