Compare commits

...

2 Commits

Author SHA1 Message Date
𓍼
c265e724c9 Fix latest commit 2025-06-06 12:52:49 -05:00
𓍼
dc72461a68 Fix latest commit 2025-06-06 12:44:31 -05:00

View File

@ -457,7 +457,7 @@ document.addEventListener('DOMContentLoaded', () => {
(async () => {
try {
const res = await fetch('/api/github-updates');
const res = await fetch('/api/latest-commit');
const { updates } = await res.json();
const u = updates[0];
const commitUrl = `https://github.com/xojw/waves/commit/${u.sha}`;