fix brand name and domain references: Big Breathe -> Big Breath, bigbreathe.com -> bigbreath.co

This commit is contained in:
2026-06-09 13:06:03 +02:00
parent 79c19fef2b
commit 18b9704be1
15 changed files with 83 additions and 83 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
# bigbreathe.com
# bigbreath.co
Yoga company website — Arising Media standard stack.
@@ -40,9 +40,9 @@ infra/ — nginx, supervisord, php-fpm configs
## Env vars (set in Coolify)
```
SEND_FROM_EMAIL=noreply@bigbreathe.com
SEND_TO_EMAIL=hello@bigbreathe.com
SEND_FROM_DOMAIN=bigbreathe.com
SEND_FROM_EMAIL=noreply@bigbreath.co
SEND_TO_EMAIL=hello@bigbreath.co
SEND_FROM_DOMAIN=bigbreath.co
RESEND_API_KEY=re_...
RECAPTCHA_SECRET_KEY=...
```