From 15435ed58d43effd2c87b039afeedd35c0989303 Mon Sep 17 00:00:00 2001 From: Peter Gallwas Date: Sat, 12 Oct 2024 12:34:43 +1300 Subject: [PATCH] Update consts.ts so that work is no longer 'Blog' --- src/consts.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/consts.ts b/src/consts.ts index b652818..632facf 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -8,8 +8,8 @@ export const SITE: Site = { } export const WORK: Page = { - TITLE: "Blog", - DESCRIPTION: "Writing on topics I am passionate about.", + TITLE: "Work", + DESCRIPTION: "Some projects I have worked on", } // Blog Page