fix(rcal): revert standaloneDomain to rcal.online — rspace.online hijacked all traffic

Setting standaloneDomain to "rspace.online" caused the domain→module redirect
system to treat ALL rspace.online traffic as rcal, redirecting / to /rcal.
The correct value is "rcal.online" which redirects old rcal.online → rspace.online/rcal.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-04 19:25:14 -04:00
parent b1c54a6e66
commit 9897bf6517
1 changed files with 1 additions and 1 deletions

View File

@ -1086,7 +1086,7 @@ export const calModule: RSpaceModule = {
scoping: { defaultScope: 'global', userConfigurable: true }, scoping: { defaultScope: 'global', userConfigurable: true },
docSchemas: [{ pattern: '{space}:cal:events', description: 'Calendar events and sources', init: calendarSchema.init }], docSchemas: [{ pattern: '{space}:cal:events', description: 'Calendar events and sources', init: calendarSchema.init }],
routes, routes,
standaloneDomain: "rspace.online", standaloneDomain: "rcal.online",
landingPage: renderLanding, landingPage: renderLanding,
seedTemplate: seedDemoIfEmpty, seedTemplate: seedDemoIfEmpty,
async onInit(ctx) { async onInit(ctx) {