From cf9570e658d82e77ff203f69e6fe6d515e82eb26 Mon Sep 17 00:00:00 2001 From: Lars Hampe Date: Sat, 17 Aug 2024 17:29:51 +0200 Subject: [PATCH] chore: update page description --- src/consts.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/consts.ts b/src/consts.ts index 767dda5..05e0a4c 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -1,5 +1,2 @@ -// Place any global data in this file. -// You can import this data from anywhere in your site by using the `import` keyword. - -export const SITE_TITLE = 'Lars Hampe'; -export const SITE_DESCRIPTION = 'Development, HomeLab, and more'; +export const SITE_TITLE = "Lars Hampe"; +export const SITE_DESCRIPTION = "Developer, HomeAutomation and OpenSource";