mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-20 05:43:40 +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
|
|
@ -408,28 +408,28 @@ export const APP_SLIDER_LABELS = {
|
|||
* Default app URLs for local development and production
|
||||
*/
|
||||
export const APP_URLS: Record<AppIconId, { dev: string; prod: string }> = {
|
||||
chat: { dev: 'http://localhost:5174', prod: 'https://chat.manacore.app' },
|
||||
memoro: { dev: 'http://localhost:5175', prod: 'https://memoro.manacore.app' },
|
||||
presi: { dev: 'http://localhost:5176', prod: 'https://presi.manacore.app' },
|
||||
manadeck: { dev: 'http://localhost:5177', prod: 'https://manadeck.manacore.app' },
|
||||
picture: { dev: 'http://localhost:5185', prod: 'https://picture.manacore.app' },
|
||||
zitare: { dev: 'http://localhost:5180', prod: 'https://zitare.manacore.app' },
|
||||
wisekeep: { dev: 'http://localhost:5181', prod: 'https://wisekeep.manacore.app' },
|
||||
nutriphi: { dev: 'http://localhost:5182', prod: 'https://nutriphi.manacore.app' },
|
||||
manacore: { dev: 'http://localhost:5173', prod: 'https://manacore.app' },
|
||||
mana: { dev: 'http://localhost:5173', prod: 'https://manacore.app' },
|
||||
moodlit: { dev: 'http://localhost:5182', prod: 'https://moodlit.manacore.app' },
|
||||
contacts: { dev: 'http://localhost:5184', prod: 'https://contacts.manacore.app' },
|
||||
calendar: { dev: 'http://localhost:5179', prod: 'https://calendar.manacore.app' },
|
||||
storage: { dev: 'http://localhost:5185', prod: 'https://storage.manacore.app' },
|
||||
clock: { dev: 'http://localhost:5187', prod: 'https://clock.manacore.app' },
|
||||
todo: { dev: 'http://localhost:5189', prod: 'https://todo.manacore.app' },
|
||||
mail: { dev: 'http://localhost:5186', prod: 'https://mail.manacore.app' },
|
||||
inventory: { dev: 'http://localhost:5188', prod: 'https://inventory.manacore.app' },
|
||||
questions: { dev: 'http://localhost:5111', prod: 'https://questions.manacore.app' },
|
||||
chat: { dev: 'http://localhost:5174', prod: 'https://chat.mana.how' },
|
||||
memoro: { dev: 'http://localhost:5175', prod: 'https://memoro.mana.how' },
|
||||
presi: { dev: 'http://localhost:5176', prod: 'https://presi.mana.how' },
|
||||
manadeck: { dev: 'http://localhost:5177', prod: 'https://manadeck.mana.how' },
|
||||
picture: { dev: 'http://localhost:5185', prod: 'https://picture.mana.how' },
|
||||
zitare: { dev: 'http://localhost:5180', prod: 'https://zitare.mana.how' },
|
||||
wisekeep: { dev: 'http://localhost:5181', prod: 'https://wisekeep.mana.how' },
|
||||
nutriphi: { dev: 'http://localhost:5182', prod: 'https://nutriphi.mana.how' },
|
||||
manacore: { dev: 'http://localhost:5173', prod: 'https://mana.how' },
|
||||
mana: { dev: 'http://localhost:5173', prod: 'https://mana.how' },
|
||||
moodlit: { dev: 'http://localhost:5182', prod: 'https://moodlit.mana.how' },
|
||||
contacts: { dev: 'http://localhost:5184', prod: 'https://contacts.mana.how' },
|
||||
calendar: { dev: 'http://localhost:5179', prod: 'https://calendar.mana.how' },
|
||||
storage: { dev: 'http://localhost:5185', prod: 'https://storage.mana.how' },
|
||||
clock: { dev: 'http://localhost:5187', prod: 'https://clock.mana.how' },
|
||||
todo: { dev: 'http://localhost:5189', prod: 'https://todo.mana.how' },
|
||||
mail: { dev: 'http://localhost:5186', prod: 'https://mail.mana.how' },
|
||||
inventory: { dev: 'http://localhost:5188', prod: 'https://inventory.mana.how' },
|
||||
questions: { dev: 'http://localhost:5111', prod: 'https://questions.mana.how' },
|
||||
matrix: { dev: 'http://localhost:5180', prod: 'https://matrix.mana.how' },
|
||||
playground: { dev: 'http://localhost:5190', prod: 'https://playground.mana.how' },
|
||||
context: { dev: 'http://localhost:5192', prod: 'https://context.manacore.app' },
|
||||
context: { dev: 'http://localhost:5192', prod: 'https://context.mana.how' },
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
* import { authStore } from '$lib/stores/auth.svelte';
|
||||
*
|
||||
* export const feedbackService = createFeedbackService({
|
||||
* apiUrl: 'https://auth.manacore.app',
|
||||
* apiUrl: 'https://auth.mana.how',
|
||||
* appId: 'chat',
|
||||
* getAuthToken: async () => authStore.getToken(),
|
||||
* });
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ id: contact-support
|
|||
title: Support kontaktieren
|
||||
language: de
|
||||
order: 1
|
||||
supportEmail: support@manacore.app
|
||||
supportEmail: support@mana.how
|
||||
responseTime: In der Regel innerhalb von 24 Stunden
|
||||
---
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ Unser Support-Team hilft dir bei allen Fragen oder Problemen.
|
|||
|
||||
### Kontaktmöglichkeiten
|
||||
|
||||
- **E-Mail**: Schreib uns an support@manacore.app
|
||||
- **E-Mail**: Schreib uns an support@mana.how
|
||||
- **Antwortzeit**: Wir antworten in der Regel innerhalb von 24 Stunden an Werktagen
|
||||
|
||||
### Was du angeben solltest
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ id: contact-support
|
|||
title: Contact Support
|
||||
language: en
|
||||
order: 1
|
||||
supportEmail: support@manacore.app
|
||||
supportEmail: support@mana.how
|
||||
responseTime: Usually within 24 hours
|
||||
---
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ Our support team is here to help you with any questions or issues.
|
|||
|
||||
### Contact Options
|
||||
|
||||
- **Email**: Send us a message at support@manacore.app
|
||||
- **Email**: Send us a message at support@mana.how
|
||||
- **Response Time**: We typically respond within 24 hours on business days
|
||||
|
||||
### What to Include
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue