mirror of
https://github.com/anotherhadi/blog.git
synced 2026-04-04 12:22:11 +02:00
Change gitlab user
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -50,6 +50,6 @@ bun run dev
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="https://github.com/anotherhadi/blog">github</a> |
|
<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>
|
<a href="https://git.hadi.icu/anotherhadi/blog">gitea (mirror)</a>
|
||||||
</div
|
</div
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ export interface GiteaRepoWithMirrors extends GiteaRepo {
|
|||||||
const GITEA_BASE = "https://git.hadi.icu";
|
const GITEA_BASE = "https://git.hadi.icu";
|
||||||
const GITEA_USER = "anotherhadi";
|
const GITEA_USER = "anotherhadi";
|
||||||
const GITHUB_USER = "anotherhadi";
|
const GITHUB_USER = "anotherhadi";
|
||||||
const GITLAB_USER = "anotherhadi";
|
const GITLAB_USER = "anotherhadi_mirror";
|
||||||
|
|
||||||
async function checkMirrors(repoName: string): Promise<RepoMirrors> {
|
async function checkMirrors(repoName: string): Promise<RepoMirrors> {
|
||||||
const mirrors: RepoMirrors = {};
|
const mirrors: RepoMirrors = {};
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ export const siteConfig: SiteConfig = {
|
|||||||
location: "🇫🇷 France",
|
location: "🇫🇷 France",
|
||||||
socialLinks: {
|
socialLinks: {
|
||||||
github: "https://github.com/anotherhadi",
|
github: "https://github.com/anotherhadi",
|
||||||
gitlab: "https://gitlab.com/anotherhadi",
|
gitlab: "https://gitlab.com/anotherhadi_mirror",
|
||||||
gitea: "https://git.hadi.icu",
|
gitea: "https://git.hadi.icu",
|
||||||
twitter: "",
|
twitter: "",
|
||||||
bluesky: "",
|
bluesky: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user