refactor(email): improve code formatting and error handling in email route

This commit is contained in:
2025-02-13 17:42:25 +01:00
parent efe2afb0b2
commit e610b9b462
5 changed files with 143 additions and 143 deletions

View File

@@ -11,7 +11,7 @@ interface ProjectsData {
export const runtime = "nodejs"; // Force Node runtime
const GHOST_API_URL = "http://big-bear-ghost:2368";
const GHOST_API_URL = "http://172.21.0.3:2368";
const GHOST_API_KEY = process.env.GHOST_API_KEY;
// Funktion, um die XML für die Sitemap zu generieren