feat: github account rename
This commit is contained in:
parent
5dcf03af9e
commit
56860ca991
5 changed files with 8 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue