new page
All checks were successful
Apply Kuberentes Configs / update-repo (push) Successful in 1s
Apply Kuberentes Configs / update-infrastructure (push) Successful in 3s
Apply Kuberentes Configs / notify-on-failure (push) Has been skipped

This commit is contained in:
2026-03-05 10:15:40 -07:00
parent 61fa5e4e33
commit 60c633a1db

View File

@@ -406,7 +406,7 @@ data:
async function loadRepos() { async function loadRepos() {
let repos; let repos;
try { try {
const resp = await fetch(`${baseUrl}/api/v1/repos/search?sort=newest&order=desc&limit=12`, { const resp = await fetch(`${baseUrl}/api/v1/repos/search?sort=updated&order=desc&limit=12`, {
credentials: 'include', credentials: 'include',
}); });
if (!resp.ok) { if (!resp.ok) {