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:
parent
b1c54a6e66
commit
9897bf6517
|
|
@ -1086,7 +1086,7 @@ export const calModule: RSpaceModule = {
|
|||
scoping: { defaultScope: 'global', userConfigurable: true },
|
||||
docSchemas: [{ pattern: '{space}:cal:events', description: 'Calendar events and sources', init: calendarSchema.init }],
|
||||
routes,
|
||||
standaloneDomain: "rspace.online",
|
||||
standaloneDomain: "rcal.online",
|
||||
landingPage: renderLanding,
|
||||
seedTemplate: seedDemoIfEmpty,
|
||||
async onInit(ctx) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue