Skip to content

Commit 2f22b4e

Browse files
committed
No history
1 parent 5932da2 commit 2f22b4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2402,7 +2402,7 @@ <h2>
24022402
const moon = moonPhases[phaseIndex];
24032403
const url = new URL(window.location);
24042404
url.searchParams.set('m', moon);
2405-
window.history.pushState({ moon }, '', url);
2405+
window.history.replaceState({ moon }, '', url);
24062406
phaseIndex = (phaseIndex + 1) % moonPhases.length;
24072407
}
24082408

0 commit comments

Comments
 (0)