mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 11:46:41 +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' },
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue