fetch repos locally

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-03-30 19:14:29 +02:00
parent a12b3ae671
commit 7105f2a5b2
8 changed files with 937 additions and 349 deletions
+1 -2
View File
@@ -2,9 +2,8 @@
import Layout from "../../layouts/Layout.astro";
import GiteaProjectCard from "../../components/GiteaProjectCard.astro";
import { ChevronLeft } from "@lucide/astro";
import { fetchGiteaRepos } from "../../lib/gitea";
const repos = await fetchGiteaRepos();
import repos from "../../data/repos.json";
---
<Layout