meta: sharpen site description

This commit is contained in:
kbot
2026-07-06 21:49:53 -05:00
parent bc65f83c1e
commit 3ee150280f

View File

@@ -39,13 +39,13 @@ const siteUrl = process.env.NEXT_PUBLIC_SITE_URL || 'https://localhost:3000'
export const metadata: Metadata = { export const metadata: Metadata = {
metadataBase: new URL(siteUrl), metadataBase: new URL(siteUrl),
title: { template: '%s | Krishna', default: 'Krishna' }, title: { template: '%s | Krishna', default: 'Krishna' },
description: 'A sleek static journal with code and math.', description: 'GPU pipelines, hardened systems, real-time infrastructure.',
icons: { icons: {
icon: '/ouroboros.svg', icon: '/ouroboros.svg',
}, },
openGraph: { openGraph: {
title: 'Krishna', title: 'Krishna',
description: 'A sleek static journal with code and math.', description: 'GPU pipelines, hardened systems, real-time infrastructure.',
images: ['/og.png'], images: ['/og.png'],
}, },
} }