Update packages and redirect page

This commit is contained in:
Antoine Phan
2025-09-07 14:32:58 -04:00
parent 7028e2b353
commit 36875ccaf6
5 changed files with 66 additions and 60 deletions

View File

@@ -58,4 +58,8 @@ export type Sponsors = {
logo: string;
};
export type Redirect = { shortname: string; url: string };
export type Redirect = {
name: string;
shortname: string;
url: string;
};