From 3ee150280f591a408d8d340674dc93cc54c3ec59 Mon Sep 17 00:00:00 2001 From: kbot Date: Mon, 6 Jul 2026 21:49:53 -0500 Subject: [PATCH] meta: sharpen site description --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 8f6761c..64e9a47 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -39,13 +39,13 @@ const siteUrl = process.env.NEXT_PUBLIC_SITE_URL || 'https://localhost:3000' export const metadata: Metadata = { metadataBase: new URL(siteUrl), title: { template: '%s | Krishna', default: 'Krishna' }, - description: 'A sleek static journal with code and math.', + description: 'GPU pipelines, hardened systems, real-time infrastructure.', icons: { icon: '/ouroboros.svg', }, openGraph: { title: 'Krishna', - description: 'A sleek static journal with code and math.', + description: 'GPU pipelines, hardened systems, real-time infrastructure.', images: ['/og.png'], }, }