From 5f9fadaa810c90fdfd8330395cb490f4768d82d2 Mon Sep 17 00:00:00 2001 From: Kawsar Ahmed Date: Tue, 26 Nov 2024 20:35:09 +0600 Subject: [PATCH] Fix description --- src/lib/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/config.ts b/src/lib/config.ts index ccba658..f2b58f3 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -2,7 +2,7 @@ export const config = { title: 'ARK Builders | Privacy-focused apps for every day', author: 'Kawsar Ahmed', headerTitle: 'ARK Builder', - description: 'ARK Builder (un)official blog, created with Sveltekit and Tailwind.css', + description: 'ARK Builder (un)official blog | Privacy-focused apps for every day', language: 'en-us', theme: 'dark', // system, dark or light domain: 'https://www.ark-builders.dev/',