From a014eef464fb4bedafc5b70c8edef592796f1068 Mon Sep 17 00:00:00 2001 From: z0x Date: Sat, 29 Mar 2025 14:46:27 -0400 Subject: [PATCH] chore(index): update description --- src/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts.ts b/src/consts.ts index 1c1619b..cc2a4e0 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -2,7 +2,7 @@ import type { IconMap, SocialLink, Site } from '@/types' export const SITE: Site = { title: "z0x's blog", - description: "z0x's blog", + description: "Guides and various ramblings provided by z0x. Opinions are my own, no warranty provided.", featuredPostCount: 2, postsPerPage: 3, href: 'https://blog.z0x.ca',