chore: point repo/registry URLs at git.b1fr0st.eu (Forgejo->Gitea migration)
- Welcome.tsx REPO_URL (footer link) — takes effect on next image rebuild - README clone URLs, docs/self-hosting.md image ref - docker-compose.selfhost.yml image refs
This commit is contained in:
@@ -17,7 +17,7 @@ import {
|
||||
} from "lucide-react";
|
||||
|
||||
// Siftlode is open source; the landing footer links to the public repository.
|
||||
const REPO_URL = "https://forge.b1fr0st.eu/peter/siftlode";
|
||||
const REPO_URL = "https://git.b1fr0st.eu/peter/siftlode";
|
||||
import { api } from "../lib/api";
|
||||
import { HttpError } from "../lib/api";
|
||||
import { setLanguage, type LangCode } from "../i18n";
|
||||
|
||||
Reference in New Issue
Block a user