diff --git a/public/index.html b/public/index.html index db7114e..ec2ac8f 100644 --- a/public/index.html +++ b/public/index.html @@ -91,7 +91,7 @@ async function updateStats(stats) { const endpointConfig = await loadEndpointConfig(); - const startDate = new Date('2024-10-26'); + const startDate = new Date('2024-11-1'); const today = new Date(); const daysSinceStart = Math.ceil((today - startDate) / (1000 * 60 * 60 * 24));