We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d9b35 commit 45e586bCopy full SHA for 45e586b
1 file changed
src/pages/ggj-countdown.astro
@@ -166,7 +166,7 @@ title: "GGJ 2027 Countdown"
166
import { CSS2DRenderer, CSS2DObject } from 'three/examples/jsm/renderers/CSS2DRenderer.js';
167
168
// --- Logic ---
169
- const targetDate = new Date('2027-01-31T17:00:00').getTime();
+ const targetDate = new Date('2027-01-29T17:00:00').getTime();
170
const countdownElem = document.getElementById('countdown-text');
171
172
function updateCountdownText() {
0 commit comments