mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 07:01:23 +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
|
|
@ -22,7 +22,7 @@ CACHE_EXTRACT_TTL=86400
|
|||
# Content Extraction
|
||||
EXTRACT_TIMEOUT=10000
|
||||
EXTRACT_MAX_LENGTH=50000
|
||||
EXTRACT_USER_AGENT=Mozilla/5.0 (compatible; ManaSearchBot/1.0; +https://manacore.app)
|
||||
EXTRACT_USER_AGENT=Mozilla/5.0 (compatible; ManaSearchBot/1.0; +https://mana.how)
|
||||
|
||||
# CORS (comma-separated origins)
|
||||
CORS_ORIGINS=http://localhost:3000,http://localhost:5173,http://localhost:8081
|
||||
|
|
|
|||
|
|
@ -33,6 +33,6 @@ export default () => ({
|
|||
maxLength: parseInt(process.env.EXTRACT_MAX_LENGTH || '50000', 10),
|
||||
userAgent:
|
||||
process.env.EXTRACT_USER_AGENT ||
|
||||
'Mozilla/5.0 (compatible; ManaSearchBot/1.0; +https://manacore.app)',
|
||||
'Mozilla/5.0 (compatible; ManaSearchBot/1.0; +https://mana.how)',
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue