meta: sharpen site description
This commit is contained in:
@@ -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'],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user