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:
Till JS 2026-03-22 18:40:37 +01:00
parent 2d7ca7e387
commit 2c26fce736
34 changed files with 100 additions and 103 deletions

View file

@ -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(),
* });