fixed some stuff

This commit is contained in:
2024-07-13 00:03:01 +02:00
parent 546bd59713
commit 4f144c0234
3 changed files with 19 additions and 7 deletions

View File

@@ -51,6 +51,14 @@ import ProjectCard from "../components/ProjectCard.astro";
>The first Discord RPC plugin for the version 4 of the Godot game
engine.
</ProjectCard>
<ProjectCard
name="Astro.js GitHub Component"
href="https://github.com/vaporvee/astro-github-component"
>Adds a component to astro with statically built GitHub info and dynamic
updated stars and forks. Supports GitHub auth tokens in the built
process (use a .env for example) and dynamic stars/forks caching to
manage the GitHub API rate limiting.
</ProjectCard>
</div>
</main>
</Layout>