All checks were successful
Build & Push / build-and-push (push) Successful in 1m28s
- Add metadataBase and localized generateMetadata to all pages (EN/FR) - Add Open Graph and Twitter card defaults with branded OG image - Add canonical URLs and hreflang alternates on every page - Create robots.ts (allow all, block /admin/ and /api/) - Create sitemap.ts with all routes x 2 locales and hreflang - Add Organization, WebSite, and CreativeWork JSON-LD structured data - Add GA4 (G-LD348WF8EM) with Consent Mode v2 (default denied for EEA) - Add llms.txt for AI discoverability - Add production nginx config for letsbe.biz Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
30 lines
754 B
Plaintext
30 lines
754 B
Plaintext
# ── PostgreSQL ──
|
|
POSTGRES_USER=letsbe
|
|
POSTGRES_PASSWORD=your-secure-postgres-password
|
|
|
|
# ── Payload CMS ──
|
|
PAYLOAD_SECRET=generate-a-random-32-char-secret-here
|
|
|
|
# ── OpenRouter (AI brief generation) ──
|
|
OPENROUTER_API_KEY=your-openrouter-api-key
|
|
|
|
# ── Email (Poste.io SMTP) ──
|
|
SMTP_HOST=mail.letsbe.biz
|
|
SMTP_PORT=587
|
|
SMTP_USER=hello@letsbe.biz
|
|
SMTP_PASS=your-smtp-password
|
|
SMTP_FROM=hello@letsbe.biz
|
|
ADMIN_EMAIL=hello@letsbe.biz
|
|
|
|
# ── Gemini Live API (voice agent) ──
|
|
GEMINI_API_KEY=your-gemini-api-key
|
|
|
|
# ── Cal.com ──
|
|
NEXT_PUBLIC_CALCOM_URL=https://cal.letsbe.biz
|
|
|
|
# ── Site URL ──
|
|
NEXT_PUBLIC_SITE_URL=https://staging.letsbe.biz
|
|
|
|
# ── Google Analytics ──
|
|
NEXT_PUBLIC_GA_ID=G-XXXXXXXXXX
|