Update packages and redirect page
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user