mirror of
https://github.com/anotherhadi/blog.git
synced 2026-05-20 21:42:33 +02:00
fetch repos locally
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user