mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-29 16:37:43 +02:00
fix: replace all manacore.app URLs with mana.how
The production domain is mana.how, not manacore.app. Updated all references across shared-branding APP_URLS, app configs, landing pages, docs, help content, calendar iCal UIDs, and deploy scripts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2d7ca7e387
commit
2c26fce736
34 changed files with 100 additions and 103 deletions
|
|
@ -412,7 +412,7 @@ CORS_ORIGINS=http://localhost:5173,http://localhost:5179,http://localhost:8081
|
|||
# Notifications (optional)
|
||||
EXPO_ACCESS_TOKEN=your-expo-access-token
|
||||
RESEND_API_KEY=your-resend-api-key
|
||||
EMAIL_FROM=calendar@manacore.app
|
||||
EMAIL_FROM=calendar@mana.how
|
||||
```
|
||||
|
||||
### Web (.env)
|
||||
|
|
|
|||
|
|
@ -195,7 +195,7 @@ export class ICalService {
|
|||
const vevent = new ICAL.Component('vevent');
|
||||
|
||||
// Required properties
|
||||
vevent.addPropertyWithValue('uid', `${event.id}@manacore.app`);
|
||||
vevent.addPropertyWithValue('uid', `${event.id}@mana.how`);
|
||||
vevent.addPropertyWithValue('summary', event.title);
|
||||
|
||||
// Timestamps
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ const links = {
|
|||
© {currentYear} Kalender. Alle Rechte vorbehalten.
|
||||
</p>
|
||||
<p class="text-sm text-gray-500">
|
||||
Ein <a href="https://manacore.app" class="text-primary-400 hover:underline">Manacore</a> Produkt
|
||||
Ein <a href="https://mana.how" class="text-primary-400 hover:underline">Manacore</a> Produkt
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue