From ce5c523efb75d5195864f5dde1e42c88b93ce9f6 Mon Sep 17 00:00:00 2001 From: kyuuseiryuu Date: Mon, 16 Mar 2026 22:45:42 +0900 Subject: [PATCH] fix(index): update event URL format in server configuration - Changed the `url` property in the serve configuration from a commented-out placeholder to an active template string. - The new URL format `https://tt.ksr.la/event/${e.matchId}` replaces the previous implementation where the URL was disabled. - This ensures that event links are correctly generated and clickable within the calendar view, improving user navigation to event details. --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 091360b..3882d23 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -66,7 +66,7 @@ const server = serve({ title: e.title.replace(clubInfo?.name || '', ''), // end: dayjs(event.startDate).add(6, 'h').add(30, 'minute').format('YYYY-MM-DD HH:mm'), // description: 'Annual 10-kilometer run in Boulder, Colorado', - // url: e.url, + url: `https://tt.ksr.la/event/${e.matchId}`, ...(e.location ? { location: e.location } : {}), // geo: { lat: events.location.lat, lon: events.location.lng }, alarms: [