-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Astro's server-side rendering is not working as expected.
Current behaviour:
- When the upcoming or past events pages are loaded with client-side JavaScript disabled, no events are listed.
- The page is blank, other than the static header and footer Astro components.
Expected behaviour:
- Pages are built server-side, including the list of past/upcoming events, the latter being generated in the edge function.
- With JavaScript disabled in the browser, events are listed but no filtering or browser-based timezone version is available.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Not Started