Compare commits
2 Commits
2b1a912478
...
c265e724c9
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c265e724c9 | ||
![]() |
dc72461a68 |
|
@ -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}`;
|
||||
|
|
Loading…
Reference in New Issue
Block a user