Change gitlab user

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-03 20:43:31 +02:00
parent 7f7cef31f9
commit 18837d814d
3 changed files with 3 additions and 3 deletions

View File

@@ -50,6 +50,6 @@ bun run dev
<div align="center">
<a href="https://github.com/anotherhadi/blog">github</a> |
<a href="https://gitlab.com/anotherhadi/blog">gitlab (mirror)</a> |
<a href="https://gitlab.com/anotherhadi_mirror/blog">gitlab (mirror)</a> |
<a href="https://git.hadi.icu/anotherhadi/blog">gitea (mirror)</a>
</div

View File

@@ -28,7 +28,7 @@ export interface GiteaRepoWithMirrors extends GiteaRepo {
const GITEA_BASE = "https://git.hadi.icu";
const GITEA_USER = "anotherhadi";
const GITHUB_USER = "anotherhadi";
const GITLAB_USER = "anotherhadi";
const GITLAB_USER = "anotherhadi_mirror";
async function checkMirrors(repoName: string): Promise<RepoMirrors> {
const mirrors: RepoMirrors = {};

View File

@@ -42,7 +42,7 @@ export const siteConfig: SiteConfig = {
location: "🇫🇷 France",
socialLinks: {
github: "https://github.com/anotherhadi",
gitlab: "https://gitlab.com/anotherhadi",
gitlab: "https://gitlab.com/anotherhadi_mirror",
gitea: "https://git.hadi.icu",
twitter: "",
bluesky: "",