update projects and contact form

This commit is contained in:
will
2026-04-02 23:02:19 +01:00
parent ea864a99c4
commit 746e51370d
9776 changed files with 953 additions and 2075549 deletions

View File

@@ -10,6 +10,7 @@ export interface GiteaRepo {
updated: string;
private: boolean;
fork: boolean;
website?: string | null;
}
export interface GiteaCommit {