diff --git a/modules/rschedule/components/folk-schedule-app.ts b/modules/rschedule/components/folk-schedule-app.ts index 75ece05..24c0c66 100644 --- a/modules/rschedule/components/folk-schedule-app.ts +++ b/modules/rschedule/components/folk-schedule-app.ts @@ -84,7 +84,7 @@ class FolkScheduleApp extends HTMLElement { private getApiBase(): string { const path = window.location.pathname; - const match = path.match(/^(\/[^/]+)?\/schedule/); + const match = path.match(/^(\/[^/]+)?\/rschedule/); return match ? match[0] : ""; } diff --git a/modules/rschedule/landing.ts b/modules/rschedule/landing.ts index ea65f70..669b4ff 100644 --- a/modules/rschedule/landing.ts +++ b/modules/rschedule/landing.ts @@ -9,7 +9,7 @@ export function renderLanding(): string { Persistent Scheduling
Cron-powered job scheduling with email, webhooks, calendar events, and backlog briefings — all managed from within rSpace. @@ -21,7 +21,7 @@ export function renderLanding(): string {
- Sent by rSchedule • Manage Schedules + Sent by rSchedule • Manage Schedules