feat: remove hardcoded descriptions

This commit is contained in:
2026-02-03 16:18:33 -06:00
parent 4203b63893
commit 754f6a22f0
3 changed files with 8 additions and 12 deletions

View File

@@ -2,6 +2,8 @@ export type Global = {
name: string;
about: string;
about_description: string;
about_blog: string;
about_categories: string;
initials: string;
email: string;
site_url: string;