Skip to content

Commit 45e586b

Browse files
committed
日付を修正
1 parent b0d9b35 commit 45e586b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/ggj-countdown.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ title: "GGJ 2027 Countdown"
166166
import { CSS2DRenderer, CSS2DObject } from 'three/examples/jsm/renderers/CSS2DRenderer.js';
167167

168168
// --- Logic ---
169-
const targetDate = new Date('2027-01-31T17:00:00').getTime();
169+
const targetDate = new Date('2027-01-29T17:00:00').getTime();
170170
const countdownElem = document.getElementById('countdown-text');
171171

172172
function updateCountdownText() {

0 commit comments

Comments
 (0)