This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Description
The server renders the list of videos on day 1/2. Sw then caches this page, so on day2, we say the old list from day1 because it was cached. The fix was to add a blank character to each of the effected files to bust the sw cache for them. We should fix this in the future to make it an API call rather than server template include.