We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bdd13e + 82df62e commit e8ff2c9Copy full SHA for e8ff2c9
frontend/static/js/cycle-countdown.js
@@ -95,7 +95,7 @@ window.CycleCountdown = (function() {
95
isFetchingData = true;
96
97
// Use a direct URL to the web-accessible version of sleep.json
98
- const sleepJsonUrl = window.location.origin + '/static/data/sleep.json';
+ const sleepJsonUrl = window.location.origin + './static/data/sleep.json';
99
100
// Add a timestamp to prevent caching
101
const url = `${sleepJsonUrl}?t=${Date.now()}`;
0 commit comments