Skip to content

Commit bd8d9a4

Browse files
Update scripts.js
Changed to test to see if page updates automatically.
1 parent ce7138c commit bd8d9a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
// --- IMPORTANT: SET YOUR LAUNCH DATE HERE ---
1111
// Format: YYYY, Month (0-11), Day
12-
const launchDate = new Date(2025, 6, 21); // July 27, 2025
12+
const launchDate = new Date(2025, 6, 12); // July 11, 2025
1313

1414
function setPageState(isPostLaunch) {
1515
if (isPostLaunch) {

0 commit comments

Comments
 (0)