express.static hat / abgefangen und index.html direkt geliefert,
bevor der Route-Handler die Platzhalter {{NAME}}/{{SLOGAN}}/{{INITIALS}}
ersetzen konnte.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
NAME and SLOGAN are read from .env via dotenv and injected into the
LinkedIn preview card template at startup. Avatar initials are auto-
generated from the first letters of NAME. Works identically with
npm start and docker compose (via env_file).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>