Issue Description
The sitemap generator in src/app/sitemap.ts currently uses a hardcoded domain URL https://docs.logchimp.codecarrot.net. This creates maintenance issues and will break in development or staging environments.
Suggestion
Consider moving the domain to an environment variable (e.g., NEXT_PUBLIC_SITE_URL) to support different environments properly.
Context