mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 23:41:08 +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
|
|
@ -17,9 +17,9 @@ ENVIRONMENT=${1:-"staging"}
|
|||
|
||||
# Environment-specific configuration
|
||||
if [ "$ENVIRONMENT" == "production" ]; then
|
||||
BASE_URL=${PRODUCTION_API_URL:-"https://api.manacore.app"}
|
||||
BASE_URL=${PRODUCTION_API_URL:-"https://api.mana.how"}
|
||||
else
|
||||
BASE_URL=${STAGING_API_URL:-"https://staging.manacore.app"}
|
||||
BASE_URL=${STAGING_API_URL:-"https://staging.mana.how"}
|
||||
fi
|
||||
|
||||
log_info() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue