From 423344fca500ab017c3cb7cb4b53f763400f5186 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 11 Jun 2025 17:20:43 +0000 Subject: chore: remove unused environment variables and update layout components - Deleted the .env and src/env.d.ts files as they are no longer needed. - Updated BaseLayout to require title and description props directly, ensuring better clarity in component usage. - Adjusted various pages to pass explicit title and description values, enhancing SEO and user experience. - Increased print width in .prettierrc.mjs for improved code formatting. --- .env | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .env (limited to '.env') diff --git a/.env b/.env deleted file mode 100644 index 270e1d8..0000000 --- a/.env +++ /dev/null @@ -1,2 +0,0 @@ -DEFAULT_TITLE=Valentin Popov’s Blog -DEFAULT_DESCRIPTION=Tech insights and coding best practices from an OpenSource enthusiast and ethical hacker. \ No newline at end of file -- cgit v1.2.3