feat: github account rename

This commit is contained in:
Barrett Ruth 2026-01-05 16:00:19 -06:00
parent 5dcf03af9e
commit 56860ca991
5 changed files with 8 additions and 8 deletions

View file

@ -33,7 +33,7 @@ import BaseLayout from "../layouts/BaseLayout.astro";
</p>
<p>
You can see my related contributions on
<a target="blank" href="https://github.com/barrett-ruth">GitHub</a>.
<a target="blank" href="https://github.com/barrettruth">GitHub</a>.
</p>
</article>
</div>

View file

@ -13,7 +13,7 @@ export async function getStaticPaths() {
const { repo } = Astro.props;
const { Content } = await repo.render();
const cloneCommand = `git clone https://git.barrettruth.com/${repo.slug}.git`;
const githubUrl = `https://github.com/barrett-ruth/${repo.slug}`;
const githubUrl = `https://github.com/barrettruth/${repo.slug}`;
---
<PostLayout frontmatter={repo.data} post={repo}>