Enhanced branding

This commit is contained in:
srleom
2024-03-20 10:20:46 +08:00
parent 81915c0414
commit eb09d991d9
8 changed files with 12 additions and 11 deletions

View File

@ -3,11 +3,11 @@ import type { AstroExpressiveCodeOptions } from 'astro-expressive-code'
export const siteConfig: SiteConfig = {
// Used as both a meta property (src/components/BaseHead.astro L:31 + L:49) & the generated satori png (src/pages/og-image/[slug].png.ts)
author: 'lorem ipsum',
author: 'SRLEOM',
// Meta property used to construct the meta title property, found in src/components/BaseHead.astro L:11
title: 'lorem',
title: 'astro-theme-resume',
// Meta property used as the default description meta property
description: 'The official website of Lorem Ipsum',
description: 'The official Astro Resume Theme',
// HTML lang property, found in src/layouts/Base.astro L:18
lang: 'en-GB',
// Meta property, found in src/components/BaseHead.astro L:42